Skip to content

Commit bf424bb

Browse files
committed
task: pass -detaile-exitcode option to terraform plan
Part of #1631 [skip ci]
1 parent 3b7727b commit bf424bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/provision-by-terraform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262

6363
- name: Run terraform plan
6464
working-directory: infra/terraform
65-
run: terraform plan
65+
run: terraform plan -detailed-exitcode

0 commit comments

Comments
 (0)