variable "aws_region" {
  type        = string
  default     = "us-east-1"
  description = "The AWS region to create the repository in"
}

variable "fargate_task_names" {
  description = "List of fargate task names"
  type        = list(string)
  default = [
    "cancel-backlog-for-store",
    "clear-cid-delivery-history",
    "clear-delivery-history",
    "direct-delivery-update",
    "distro-bug-monitoring",
    "gras-delivery",
    "sound-recordings-takedown",
  ]
}
