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