Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ab00491a91 |
@@ -26,7 +26,7 @@ init:
|
|||||||
plan: init
|
plan: init
|
||||||
@mkdir -p $(PLAN_DIR)
|
@mkdir -p $(PLAN_DIR)
|
||||||
$(call vault_env) && \
|
$(call vault_env) && \
|
||||||
terragrunt --terragrunt-working-dir $(ENV_DIR) plan -out=$(PLAN_FILE)
|
terragrunt --terragrunt-working-dir $(ENV_DIR) plan -lock=false -out=$(PLAN_FILE)
|
||||||
|
|
||||||
apply:
|
apply:
|
||||||
$(call vault_env) && \
|
$(call vault_env) && \
|
||||||
|
|||||||
Reference in New Issue
Block a user