fix: update telegram chat ID comment for clarity

This commit is contained in:
2025-10-06 18:49:02 +02:00
parent 429a94332e
commit 7f9a64b0ed
+2 -1
View File
@@ -204,7 +204,8 @@ locals {
auth_password = local.mail_app_api_secret_key auth_password = local.mail_app_api_secret_key
} }
telegram_chat_id = "5432313610" # a13labs channel telegram_chat_id = "5432313610" # Alexpires.me
# telegram_chat_id = "-950480346" # alexpires.me group
telegram_message = file("${path.module}/resources/telegram.tpl") telegram_message = file("${path.module}/resources/telegram.tpl")
# get secrets from remote state # get secrets from remote state