3 lines
105 B
HCL
3 lines
105 B
HCL
resource "nomad_job" "jayne-martin-counselling" {
|
|
jobspec = file("${path.module}/jobspec.nomad.hcl")
|
|
}
|