We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6904a commit 1fa3f92Copy full SHA for 1fa3f92
.github/workflows/terraform-plan-sandbox.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Terraform Init
75
run: |
76
terraform init \
77
- -backend-config="backend/NOT_EXIST.hcl" \
+ -backend-config="backend/backend-sandbox.hcl" \
78
-reconfigure
79
80
- name: Terraform Plan
0 commit comments