resource "nomad_job" "prometheus" { jobspec = templatefile("${path.module}/prometheus.nomad", { use_wesher = var.use_wesher, }) detach = false }