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 0ee9bd3 commit 1a72464Copy full SHA for 1a72464
Makefile
@@ -63,6 +63,7 @@ deploy_prod: check_account_prod
63
deploy_dev: check_account_dev
64
@echo "Deploying Terraform..."
65
terraform -chdir=terraform/envs/qa init -lockfile=readonly
66
+ terraform -chdir=terraform/envs/qa apply -refresh-only
67
terraform -chdir=terraform/envs/qa apply -auto-approve
68
69
init_terraform:
0 commit comments