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 03d3177 commit 2527c1fCopy full SHA for 2527c1f
infra/Makefile
@@ -2,7 +2,7 @@
2
3
interactionId=$(ENVIRONMENT)
4
5
-tf_cmd = terraform
+tf_cmd = AWS_PROFILE=$(AWS_PROFILE) terraform
6
tf_state= -backend-config="bucket=$(BUCKET_NAME)"
7
tf_vars= -var-file=environments/$(ENVIRONMENT)/variables.tfvars
8
0 commit comments