Compare commits

..

1 Commits

Author SHA1 Message Date
f1f147024c feat: initial setup
Some checks failed
Build / build (pull_request) Failing after 30s
- manage nomad jobs
- create makefile
- create gitignore
- manage terragrunt environments
- add build jobs
2024-12-28 22:13:49 +11:00

View File

@ -25,6 +25,7 @@ init:
plan: init
@mkdir -p $(PLAN_DIR)
$(call vault_env)
env | grep CONSUL
terragrunt --terragrunt-working-dir $(ENV_DIR) plan -out=$(PLAN_FILE)
apply: