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

variable "ecr_names" {
  description = "List of fargate ECR names"
  type        = list(string)
  default = [
    "fargate-nr-ownership-delivery-output-file-builder",
    "fargate-nr-ownership-delivery-ddex-compiler"
  ]
}
