Skip to content

Commit ad0b7e7

Browse files
committed
cd: debug
1 parent 5ab6ead commit ad0b7e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/terraform.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Terraform Apply for Dev
5757
id: terraform-apply-dev
5858
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
59-
run: terraform apply dev.plan --auto-approve
59+
run: terraform apply dev.plan
6060

6161
- name: Terraform Create/Select Prod Workspace
6262
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
@@ -72,4 +72,4 @@ jobs:
7272
- name: Terraform Apply for Prod
7373
id: terraform-apply-prod
7474
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
75-
run: terraform apply prod.plan --auto-approve
75+
run: terraform apply prod.plan

0 commit comments

Comments
 (0)