Compare commits

..

1 Commits

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

View File

@ -20,12 +20,12 @@ clean:
rm -rf plans
init:
$(call vault_env)
terragrunt --terragrunt-working-dir $(ENV_DIR) init
plan: init
@mkdir -p $(PLAN_DIR)
$(call vault_env)
env | grep CONSUL
terragrunt --terragrunt-working-dir $(ENV_DIR) plan -out=$(PLAN_FILE)
apply: