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 be638c62b7
commit 11f2a3a00a
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 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
}