Compare commits
1 Commits
f7b6ba66b2
...
f1f147024c
| Author | SHA1 | Date | |
|---|---|---|---|
| f1f147024c |
1
Makefile
1
Makefile
@ -25,6 +25,7 @@ init:
|
|||||||
plan: init
|
plan: init
|
||||||
@mkdir -p $(PLAN_DIR)
|
@mkdir -p $(PLAN_DIR)
|
||||||
$(call vault_env)
|
$(call vault_env)
|
||||||
|
env | grep CONSUL
|
||||||
terragrunt --terragrunt-working-dir $(ENV_DIR) plan -out=$(PLAN_FILE)
|
terragrunt --terragrunt-working-dir $(ENV_DIR) plan -out=$(PLAN_FILE)
|
||||||
|
|
||||||
apply:
|
apply:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user