Add shell specification to Terraform plan steps
Some checks failed
Terraform Deploy / Validate (push) Successful in 5s
Terraform Deploy / Apply (push) Has been cancelled
Terraform Deploy / Plan (push) Has been cancelled

This commit is contained in:
Damien
2026-06-10 09:29:24 +02:00
parent 452ebb1ac0
commit 3ce22b493c
2 changed files with 2 additions and 2 deletions

View File

@@ -87,8 +87,8 @@ jobs:
- name: Terraform Plan
id: plan
shell: sh {0}
run: |
set +e
terraform plan -input=false -no-color -detailed-exitcode -out=tfplan > plan_output.txt 2>&1
EXITCODE=$?
cat plan_output.txt

View File

@@ -85,8 +85,8 @@ jobs:
- name: Terraform Plan
id: plan
shell: sh {0}
run: |
set +e
terraform plan -input=false -no-color -detailed-exitcode -out=tfplan > plan_output.txt 2>&1
EXITCODE=$?
cat plan_output.txt