File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments