variable "name" {
  type        = string
  default     = ""
  description = "Name for use as a prefix"
}

variable "sns_topic_arn" {
  type        = string
  default     = ""
  description = "Topic ARN for ECS failure events"
}
