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

variable "service_name" {
  default = "ows-masters-celery"
}

variable "application_family" {
  default = "sound-recordings"
}

variable "notification_endpoints" {
  default = "@slack-collections-prod-alarms"
}

variable "healthy_tasks_notification_endpoints" {
  default = "@oncall-collections"
}
