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