homelab-nomad/core/prometheus.tf

8 lines
156 B
Terraform
Raw Permalink Normal View History

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