We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba32ce commit cb2a75bCopy full SHA for cb2a75b
.github/workflows/manual_deploy_sandbox.yaml
@@ -28,9 +28,6 @@ jobs:
28
run: terraform fmt -check -diff -recursive
29
- name: Initialize Terraform
30
run: terraform init -backend-config="./${{ inputs.environment }}.config"
31
- - name: Run Custom Plan script
32
- run: |
33
- if: exists(./scripts/terraform_plan_${{ inputs.environment }}.sh)
34
- name: Run Terraform Plan
35
run: |-
36
if [ -e ./scripts/terraform_plan_${{ inputs.environment }}.sh ]
@@ -43,7 +40,7 @@ jobs:
43
40
44
41
if [ -e ./scripts/terraform_apply_${{ inputs.environment }}.sh ]
45
42
then
46
- ./scripts/terraform_apply_${{ inputs.environment.sh }}
+ ./scripts/terraform_apply_${{ inputs.environment }}.sh
47
else
48
terraform apply -auto-approve -var-file="${{ inputs.environment }}.tfvars"
49
fi
0 commit comments