1 Commits

Author SHA1 Message Date
unkinben 977d879b08 feat: initial setup
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
+1 -1
View File
@@ -21,7 +21,7 @@ clean:
init:
$(call vault_env)
env
env | sort
terragrunt --terragrunt-working-dir $(ENV_DIR) init
plan: init