Compare commits

..

1 Commits

Author SHA1 Message Date
3fe7ea4c36 feat: initial setup
All checks were successful
Build / build (pull_request) Successful in 42s
- manage nomad jobs
- create makefile
- create gitignore
- manage terragrunt environments
- add build/deploy jobs
2024-12-28 22:39:53 +11:00
3 changed files with 2 additions and 3 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Terraform/Terragrunt
- name: Install Packages
run: |
dnf install terraform terragrunt vault jq -y

View File

@ -25,7 +25,7 @@ jobs:
name: plans
path: /workspace/unkin/terraform-nomad/plans
- name: Install Terraform/Terragrunt
- name: Install Packages
run: |
dnf install terraform terragrunt vault jq -y

View File

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