From 7f9a64b0ed17ee8ab9eb459dedc104039340d50d Mon Sep 17 00:00:00 2001 From: Alexandre Pires Date: Mon, 6 Oct 2025 18:49:02 +0200 Subject: [PATCH] fix: update telegram chat ID comment for clarity --- terraform/apps/prod-01/config.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terraform/apps/prod-01/config.tf b/terraform/apps/prod-01/config.tf index bc81228..51e63db 100644 --- a/terraform/apps/prod-01/config.tf +++ b/terraform/apps/prod-01/config.tf @@ -204,7 +204,8 @@ locals { 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") # get secrets from remote state