homelab-nomad/services/whoami.tf

11 lines
153 B
HCL

resource "nomad_job" "whoami" {
hcl2 {
enabled = true
vars = {
"count" = 4,
}
}
jobspec = file("${path.module}/whoami.nomad")
}