feat(home-assistant): add Home Assistant module with Nomad job specification
This commit is contained in:
parent
d19cb1203d
commit
d7582b320f
3 changed files with 60 additions and 0 deletions
3
modules/home-assistant/main.tf
Normal file
3
modules/home-assistant/main.tf
Normal file
|
@ -0,0 +1,3 @@
|
|||
resource "nomad_job" "home-assistant" {
|
||||
jobspec = file("${path.module}/jobspec.nomad.hcl")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue