Skip to content

Commit 0c17c3c

Browse files
committed
chore: update docs
1 parent 4c3164c commit 0c17c3c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Makefile.terraform

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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
@@ -10,10 +14,10 @@
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
1418
CLEAN_PATHS ?= ## Overrideable extra paths for cleanup
1519
CONTAINER_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
1721
CONTAINER_WORK_DIR ?= /data
1822
TERRAFORM_DIR ?= .terraform
1923
TERRAFORM_IMAGE ?= docker.io/hashicorp/terraform

0 commit comments

Comments
 (0)