resource "nomad_job" "traefik" { hcl2 { enabled = true } jobspec = file("${path.module}/traefik.nomad") }