chore(home-assistant): deregister homeassistant module
All checks were successful
Lint / lint (push) Successful in 4m23s
Terraform Plan and Apply / cicd (push) Successful in 1m11s

- homeassistant is nolonger used
This commit is contained in:
Ben Martin 2025-04-11 23:15:40 +00:00
parent 2c34f1b056
commit c8794d35d6
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -30,10 +30,6 @@ module "plugin-csi" {
source = "./modules/plugin-csi" source = "./modules/plugin-csi"
} }
module "home-assistant" {
source = "./modules/home-assistant"
}
module "forgejo" { module "forgejo" {
source = "./modules/forgejo" source = "./modules/forgejo"
} }