add home assistant london deployment to dashy [ci skip]

This commit is contained in:
Viktor Barzin 2023-12-15 01:13:22 +00:00
parent b82746b276
commit 1998e50b83
2 changed files with 56 additions and 39 deletions

View file

@ -147,3 +147,12 @@ module "ha-sofia" {
port = 8123
tls_secret_name = var.tls_secret_name
}
# https://ha-london.viktorbarzin.me/
module "ha-london" {
source = "./factory"
name = "ha-london"
external_name = "ha-london.viktorbarzin.lan"
port = 8123
tls_secret_name = var.tls_secret_name
}