add notification when ip changes
This commit is contained in:
parent
fc3392a77c
commit
3281458c4a
5 changed files with 81 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue