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