variable "aws_region" {
  default     = "us-east-1"
  description = "Which AWS region to spin up the fargate environment in"
}

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

variable "service_name" {
  default = "bff-promo-player"
}

variable "application_family" {
  default     = "product-builder"
  description = "Application family to which legacy accounting belongs"
}

variable "notification_endpoints" {
  default = "@slack-content-review-team"
}

variable "escalation_notification_endpoints" {
  default = "@slack-content-review-team"
}
