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 c26b6d0 commit 31d1f4eCopy full SHA for 31d1f4e
terraform/Makefile
@@ -3,7 +3,7 @@
3
interactionId=$(environment)
4
5
aws_profile = apim-dev
6
-tf_cmd = AWS_PROFILE=$(aws_profile) terraform
+tf_cmd = $(if $(AWS_PROFILE),AWS_PROFILE=$(AWS_PROFILE) ,)terraform
7
8
project_name = immunisation
9
project_short_name = imms
0 commit comments