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 5e1f3e5 commit f06c3cbCopy full SHA for f06c3cb
terraform/Makefile
@@ -4,7 +4,6 @@ environment ?= $(ENVIRONMENT)
4
sub_environment ?= $(SUB_ENVIRONMENT)
5
sub_environment_dir := $(if $(findstring pr-,$(sub_environment)),pr,$(sub_environment))
6
7
-aws_profile = apim-dev
8
tf_cmd = AWS_PROFILE=$(AWS_PROFILE) terraform
9
10
bucket_name = $(if $(filter dev,$(environment)),immunisation-$(sub_environment),immunisation-$(environment))-terraform-state-files
0 commit comments