chore(jayne-martin-counselling): onboarding
All checks were successful
Lint / lint (push) Successful in 2m5s
Terraform Plan and Apply / cicd (push) Successful in 1m35s

This commit is contained in:
Ben Martin 2025-03-29 20:45:15 +00:00
parent f8e9e5653e
commit b25f382f4c
Signed by: ben
GPG key ID: 859A655FCD290E4A
3 changed files with 97 additions and 0 deletions

View file

@ -0,0 +1,3 @@
resource "nomad_job" "jayne-martin-counselling" {
jobspec = file("${path.module}/jobspec.nomad.hcl")
}