resource "nomad_job" "ipdvr" { jobspec = templatefile("${path.module}/ip-dvr.nomad", { use_wesher = var.use_wesher, }) }