Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

VDCTEAM-6290 [MM] :: Initial Commit #12

VDCTEAM-6290 [MM] :: Initial Commit

VDCTEAM-6290 [MM] :: Initial Commit #12

name: Terraform Plan
on:
push:
# pull_request:
# branches: ['main']
permissions:
pull-requests: write
jobs:
terraform_plan_dev:
uses: ./.github/workflows/terraform-plan-action.yml
with:
vdc-environment: dev
terraform_plan_live:
uses: ./.github/workflows/terraform-plan-action.yml
needs: terraform_plan_dev
with:
vdc-environment: live