feat(home-assistant): add Home Assistant module with Nomad job specification

This commit is contained in:
Ben Martin 2025-01-12 14:23:48 +00:00
parent d19cb1203d
commit d7582b320f
Signed by: ben
GPG key ID: 859A655FCD290E4A
3 changed files with 60 additions and 0 deletions

View file

@ -29,3 +29,7 @@ module "renovate" {
module "plugin-csi" {
source = "./modules/plugin-csi"
}
module "home-assistant" {
source = "./modules/home-assistant"
}