cluster-state/modules/jayne-martin-counselling/main.tf
Ben Martin b25f382f4c
All checks were successful
Lint / lint (push) Successful in 2m5s
Terraform Plan and Apply / cicd (push) Successful in 1m35s
chore(jayne-martin-counselling): onboarding
2025-03-29 20:45:15 +00:00

3 lines
105 B
HCL

resource "nomad_job" "jayne-martin-counselling" {
jobspec = file("${path.module}/jobspec.nomad.hcl")
}