Compare commits

..

1 Commits

Author SHA1 Message Date
8b39ee38bf feat: initial setup
Some checks failed
Build / build (pull_request) Failing after 0s
- manage nomad jobs
- create makefile
- create gitignore
- manage terragrunt environments
- add build jobs
2024-12-28 16:23:13 +11:00

View File

@ -7,17 +7,13 @@ jobs:
build:
runs-on: almalinux-8
container:
image: git.query.consul/unkin/almalinux8-runnerdnd:latest
image: git.query.consul/unkin/almalinux9-buildrunner:latest
options: --privileged
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Terraform/Terragrunt
run: |
dnf install terraform terragrunt -y
- name: Run Terraform Plan
run: |
make plan