Skip to content

Commit 31d1f4e

Browse files
committed
TF make command
1 parent c26b6d0 commit 31d1f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
interactionId=$(environment)
44

55
aws_profile = apim-dev
6-
tf_cmd = AWS_PROFILE=$(aws_profile) terraform
6+
tf_cmd = $(if $(AWS_PROFILE),AWS_PROFILE=$(AWS_PROFILE) ,)terraform
77

88
project_name = immunisation
99
project_short_name = imms

0 commit comments

Comments
 (0)