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
4
main.tf
4
main.tf
|
@ -29,3 +29,7 @@ module "renovate" {
|
|||
module "plugin-csi" {
|
||||
source = "./modules/plugin-csi"
|
||||
}
|
||||
|
||||
module "home-assistant" {
|
||||
source = "./modules/home-assistant"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue