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