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 "team_name" {
  type        = string
  description = "Name of team that owns the service"
  default     = "content-delivery-asset-management"
}

variable "vpc_id" {
  default = "vpc-7f0e841a"
}

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

variable "LOGGER_DSN" {
  description = "DSN for logging."
  default     = "udp://qa-fluentd-applications-udp.theorchard.io:5160"
}

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"
}
