Compare commits

..

1 Commits

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

View File

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