Updating terraform

Moving .tfvars into root of module
This commit is contained in:
2020-07-24 14:50:05 +01:00
parent 39da0583bf
commit 6a1e94cc9e
3 changed files with 5 additions and 4 deletions

View File

@@ -17,7 +17,8 @@
.PHONY: apply destroy-backend destroy destroy-target plan-destroy plan plan-target prep .PHONY: apply destroy-backend destroy destroy-target plan-destroy plan plan-target prep
-include Makefile.env -include Makefile.env
VARS="variables/$(ENV)-$(REGION).tfvars" # VARS="variables/$(ENV)-$(REGION).tfvars"
VARS="$(ENV)-$(REGION).tfvars"
CURRENT_FOLDER=$(shell basename "$$(pwd)") CURRENT_FOLDER=$(shell basename "$$(pwd)")
S3_BUCKET="$(ENV)-$(REGION)-$(PROJECT)-terraform" S3_BUCKET="$(ENV)-$(REGION)-$(PROJECT)-terraform"
DYNAMODB_TABLE="$(ENV)-$(REGION)-$(PROJECT)-terraform" DYNAMODB_TABLE="$(ENV)-$(REGION)-$(PROJECT)-terraform"