cluster-state/modules/home-assistant/main.tf

3 lines
95 B
HCL

resource "nomad_job" "home-assistant" {
jobspec = file("${path.module}/jobspec.nomad.hcl")
}