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 d99eb0c commit d76e304Copy full SHA for d76e304
.github/workflows/automatic.yml
@@ -78,7 +78,7 @@ jobs:
78
id: plan
79
run: |
80
set -o pipefail -ex
81
- terraform plan -compact-warnings -no-color -input=false -lock-timeout=5m -out tfplan 2>&1 \
+ terraform plan -compact-warnings -no-color -input=false -lock=false -out tfplan 2>&1 \
82
| tee terraform_log
83
terraform show -json tfplan > tfplan.json
84
@@ -154,7 +154,7 @@ jobs:
154
id: plan-cost
155
156
157
- terraform plan -compact-warnings -no-color -input=false -lock-timeout=5m -out tfplan-cost 2>&1
+ terraform plan -compact-warnings -no-color -input=false -lock=false -out tfplan-cost 2>&1
158
terraform show -json tfplan-cost > tfplan-cost.json
159
160
- uses: overmindtech/cost-signals-action@v1
0 commit comments