Compare commits

..

1 Commits

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

View File

@ -21,7 +21,7 @@ clean:
init:
$(call vault_env)
env
env | sort
terragrunt --terragrunt-working-dir $(ENV_DIR) init
plan: init