cluster-state/modules/uptime/main.tf

4 lines
99 B
HCL

resource "nomad_job" "uptime" {
jobspec = file("${path.module}/jobspec.json")
json = true
}