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

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 "service_name" {
  default = "lambda-vector-renew-manager"
}

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