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 #14

VDCTEAM-6290 [MM] :: Initial Commit

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

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