6 lines
126 B
HCL

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