Skip to content

Commit cf90cff

Browse files
committed
temporarily disable locking
1 parent 9e08c34 commit cf90cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ deploy_prod: check_account_prod
6363
deploy_dev: check_account_dev
6464
@echo "Deploying Terraform..."
6565
terraform -chdir=terraform/envs/qa init -lockfile=readonly
66-
terraform -chdir=terraform/envs/qa apply -refresh-only -auto-approve
66+
terraform -chdir=terraform/envs/qa apply -refresh-only -auto-approve -lock=false
6767
terraform -chdir=terraform/envs/qa apply -auto-approve
6868

6969
init_terraform:

0 commit comments

Comments
 (0)