Skip to content

Commit b676f6f

Browse files
Update vent_creation.yml
1 parent 59dcd30 commit b676f6f

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/vent_creation.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,13 @@ jobs:
4646
uses: actions/upload-artifact@v4
4747
with:
4848
name: tfplan
49-
path: |
50-
tfplan
51-
.terraform.lock.hcl
52-
53-
# wait-for-approval:
54-
# name: Manual Approval
55-
# runs-on: ubuntu-latest
56-
# needs: terraform-plan
57-
# environment: prod-approval # ✅ GitHub Environment for manual approval
58-
59-
# steps:
60-
# - name: Approval Pending
61-
# run: echo "Waiting for manual approval via GitHub environment..."
49+
path: tfplan
6250

6351
terraform-apply:
6452
name: Terraform Apply
6553
runs-on: ubuntu-latest
6654
needs: terraform-plan
67-
environment: prod-approval # 👈 This enables manual approval
55+
environment: production-approval # 👈 This enables manual approval
6856

6957
env:
7058
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}

0 commit comments

Comments
 (0)