Skip to content

Commit ed52721

Browse files
committed
locking false
1 parent 0daf904 commit ed52721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/time-tracker-ui-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Terraform Plan Stage
7777
id: plan-stage
7878
run: |
79-
terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var-file secrets.tfvars -no-color
79+
terraform plan -lock=false -var-file=${{ env.TF_WORKSPACE }}.tfvars -var-file secrets.tfvars -no-color
8080
continue-on-error: true
8181
working-directory: ./${{ env.WORKING_DIR }}
8282
env:

0 commit comments

Comments
 (0)