4 lines
99 B
HCL
4 lines
99 B
HCL
resource "nomad_job" "uptime" {
|
|
jobspec = file("${path.module}/jobspec.json")
|
|
json = true
|
|
}
|