Skip to content

Commit 1c88181

Browse files
committed
cd: debug
1 parent ad0b7e7 commit 1c88181

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
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
75+
run: terraform apply "prod.plan"

0 commit comments

Comments
 (0)