Skip to content

Commit 3b5b7a4

Browse files
committed
locking true in terraform plan
1 parent ee1adc2 commit 3b5b7a4

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
@@ -77,7 +77,7 @@ jobs:
7777
- name: Terraform Plan Stage
7878
id: plan-stage
7979
run: |
80-
terraform plan -lock=false -var-file=${{ env.TF_WORKSPACE }}.tfvars -no-color
80+
terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -no-color
8181
continue-on-error: true
8282
working-directory: ./${{ env.WORKING_DIR }}
8383
env:

0 commit comments

Comments
 (0)