1 Commits

Author SHA1 Message Date
unkinben 3fe7ea4c36 feat: initial setup
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
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install Terraform/Terragrunt - name: Install Packages
run: | run: |
dnf install terraform terragrunt vault jq -y dnf install terraform terragrunt vault jq -y
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
name: plans name: plans
path: /workspace/unkin/terraform-nomad/plans path: /workspace/unkin/terraform-nomad/plans
- name: Install Terraform/Terragrunt - name: Install Packages
run: | run: |
dnf install terraform terragrunt vault jq -y dnf install terraform terragrunt vault jq -y
-1
View File
@@ -21,7 +21,6 @@ clean:
init: init:
$(call vault_env) && \ $(call vault_env) && \
env | sort && \
terragrunt --terragrunt-working-dir $(ENV_DIR) init terragrunt --terragrunt-working-dir $(ENV_DIR) init
plan: init plan: init