homelab-nomad/core/prometheus.tf

8 lines
156 B
HCL

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