File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11-include .env
22
3- interactionId =$(ENVIRONMENT )
4-
53tf_cmd = AWS_PROFILE=$(AWS_PROFILE ) terraform
64tf_state = -backend-config="bucket=$(BUCKET_NAME ) "
75tf_vars = -var-file=environments/$(ENVIRONMENT ) /variables.tfvars
Original file line number Diff line number Diff line change 11-include .env
22
3- interactionId = $(ENVIRONMENT ) # to change to lower case
43environment = $(ENVIRONMENT )
5- aws_profile = $(AWS_PROFILE ) # apim-dev # Leave this here for pipeline
4+ aws_profile = $(AWS_PROFILE ) # apim-dev # Leave this here for pipeline
65tf_cmd = AWS_PROFILE=$(aws_profile ) terraform
76
87project_name = immunisation
98project_short_name = imms
10- state_bucket = $(BUCKET_NAME ) # $(project_name)-$(APIGEE_ENVIRONMENT)-terraform-state-files
9+ state_bucket = $(BUCKET_NAME ) # $(project_name)-$(APIGEE_ENVIRONMENT)-terraform-state-files
1110tf_state= -backend-config="bucket=$(state_bucket ) "
1211
1312tf_vars = -var="project_name=$(project_name ) " -var="project_short_name=$(project_short_name ) " -var="profile=$(aws_profile ) " -var="aws_account_name=$(AWS_ACCOUNT ) "
You can’t perform that action at this time.
0 commit comments