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

VDCTEAM-6290 [MM] :: Initial Commit

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

Workflow file for this run

name: Terraform Apply
on:
pull_request:
branches: ['main']
types: ['closed']
jobs:
terraform_plan_dev:
if: github.event.pull_request.merged == true
uses: .github/workflows/terraform-plan-action.yml

Check failure on line 11 in .github/workflows/terraform-apply.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/terraform-apply.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
vdc-environment: dev
terraform_plan_live:
if: github.event.pull_request.merged == true
uses: .github/workflows/terraform-plan-action.yml
needs: terraform_apply_dev
with:
vdc-environment: live