Skip to main content
# SNS Topic for CloudWatch Alarms
variable "sns_topic_arn" {
  description = "SNS Topic ARN for CloudWatch Alarm notifications"
  type        = string
  default     = "arn:aws:sns:ap-south-1:3AWS-Account-ID-NO5:PROD_Default_CloudWatch_Alarms_Topic"
}