Compare commits

..

1 Commits

Author SHA1 Message Date
c145d76733 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:20:46 +11:00
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ jobs:
env:
VAULT_ROLEID: ${{ secrets.TERRAFORM_NOMAD_VAULT_ROLEID }}
run: |
env
make plan
- name: Show Plans

View File

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