File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 22# We've had some success with using it manually and with Jenkins.
33#
44
5+ ## Recommended .gitignore additions:
6+ # .env
7+ # .terraform
8+
59## Override any of the below ?= variables in .config.mk
610-include .config.mk
711## If you have any local to your repository modifications or extensions
1014## specific TF_VAR environment variables
1115-include local.mk
1216
13- DEFAULT_CLEAN_PATHS ?= *.zip *.backup $(TERRAFORM_DIR) ## Default paths for the main clean target
17+ DEFAULT_CLEAN_PATHS ?= *.zip *.backup $(TERRAFORM_DIR) $(CONTAINER_ENV) ## Default paths for the main clean target
1418CLEAN_PATHS ?= ## Overrideable extra paths for cleanup
1519CONTAINER_ENGINE ?= docker ## Commands will be executed via the container engine, expected to be docker cli compatible
16- CONTAINER_ENV ?= .env
20+ CONTAINER_ENV ?= .env ## Collects the necessary environment variables for your docker runs
1721CONTAINER_WORK_DIR ?= /data
1822TERRAFORM_DIR ?= .terraform
1923TERRAFORM_IMAGE ?= docker.io/hashicorp/terraform
You can’t perform that action at this time.
0 commit comments