variable "environment" {
  description = "Available values:  dev, qa, prod."
  default     = "qa"
}

variable "region" {
  default = "us-east-1"
}

variable "application_family" {
  type        = string
  description = "Name of application family"
  default     = "vector"
}

variable "service_name" {
  default = "lambda-vector-throttler-manager"
}

variable "sentry_dsn" {
  description = "Temporary variable with Sentry DSN"
  default     = "https://c30c4ea12635862cd9d84298dbc31d36@o22178.ingest.us.sentry.io/4507369501884416"
}

variable "notification_endpoints" {
  default = "@slack-content-delivery-and-asset-mgmt-qa-alerts"
}

variable "escalation_notification_endpoints" {
  default = "@slack-content-delivery-and-asset-mgmt-qa-alerts"
}
