feat(infra): add terraform bot alerting baseline

This commit is contained in:
2026-03-11 15:26:08 +04:00
parent c8c6bd2e39
commit 643ca93967
5 changed files with 191 additions and 0 deletions

View File

@@ -138,6 +138,12 @@ variable "bot_mini_app_allowed_origins" {
default = []
}
variable "alert_notification_emails" {
description = "Email addresses that should receive bot monitoring alerts"
type = list(string)
default = []
}
variable "openai_api_key_secret_id" {
description = "Optional Secret Manager ID for OPENAI_API_KEY"
type = string