Compare commits

..

1 Commits

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

View File

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

View File

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