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 0daf904 commit ed52721Copy full SHA for ed52721
.github/workflows/time-tracker-ui-ci.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Terraform Plan Stage
77
id: plan-stage
78
run: |
79
- terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var-file secrets.tfvars -no-color
+ terraform plan -lock=false -var-file=${{ env.TF_WORKSPACE }}.tfvars -var-file secrets.tfvars -no-color
80
continue-on-error: true
81
working-directory: ./${{ env.WORKING_DIR }}
82
env:
0 commit comments