add notification when ip changes

This commit is contained in:
Viktor Barzin 2023-05-10 17:21:47 +00:00
parent fc3392a77c
commit 3281458c4a
5 changed files with 81 additions and 1 deletions

View file

@ -280,6 +280,9 @@ module "excalidraw" {
tls_secret_name = var.tls_secret_name
}
module "infra-maintenance" {
source = "./infra-maintenance"
}
# module "metrics_api" {
# source = "./metrics_api"