Compare commits
1 Commits
f1f147024c
...
94ec9a0d53
| Author | SHA1 | Date | |
|---|---|---|---|
| 94ec9a0d53 |
2
Makefile
2
Makefile
@ -20,12 +20,12 @@ clean:
|
|||||||
rm -rf plans
|
rm -rf plans
|
||||||
|
|
||||||
init:
|
init:
|
||||||
|
$(call vault_env)
|
||||||
terragrunt --terragrunt-working-dir $(ENV_DIR) init
|
terragrunt --terragrunt-working-dir $(ENV_DIR) 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