Skip to content

Commit 77f3a73

Browse files
author
Rodolfo
committed
TTA-139 locking blob terraform
1 parent 1d2d8db commit 77f3a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/time-tracker-ui-cd-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161

6262
- name: Terraform Apply
6363
working-directory: ${{ env.WORKING_DIR }}
64-
run: terraform apply -lock=false -var-file="${{ env.TF_WORKSPACE }}.tfvars" -var "image_tag=$RELEASE_VERSION" -auto-approve
64+
run: terraform apply -var-file="${{ env.TF_WORKSPACE }}.tfvars" -var "image_tag=$RELEASE_VERSION" -auto-approve

0 commit comments

Comments
 (0)