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

variable "repository_names" {
  type        = list(string)
  description = "The names of the repositories"
  default = [
    "orchard-datadog-agent",
    "orchard-datadog-agent-mysql",
    "orchard-datadog-agent-snmp",
    "orchard-datadog-agent-jmx",
  ]
}
