Skip to content

Commit 9630051

Browse files
committed
Removed interaction id
1 parent 61d8042 commit 9630051

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

infra_old/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
-include .env
22

3-
interactionId=$(ENVIRONMENT)
4-
53
tf_cmd = AWS_PROFILE=$(AWS_PROFILE) terraform
64
tf_state= -backend-config="bucket=$(BUCKET_NAME)"
75
tf_vars= -var-file=environments/$(ENVIRONMENT)/variables.tfvars

terraform_old/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
-include .env
22

3-
interactionId = $(ENVIRONMENT)# to change to lower case
43
environment = $(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
65
tf_cmd = AWS_PROFILE=$(aws_profile) terraform
76

87
project_name = immunisation
98
project_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
1110
tf_state= -backend-config="bucket=$(state_bucket)"
1211

1312
tf_vars= -var="project_name=$(project_name)" -var="project_short_name=$(project_short_name)" -var="profile=$(aws_profile)" -var="aws_account_name=$(AWS_ACCOUNT)"

0 commit comments

Comments
 (0)