homelab-nomad/core/prometheus.tf

8 lines
156 B
Terraform
Raw Permalink Normal View History

2024-10-08 10:09:17 -07:00
resource "nomad_job" "prometheus" {
jobspec = templatefile("${path.module}/prometheus.nomad", {
use_wesher = var.use_wesher,
})
detach = false
}