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

variable "repository_names" {
  default = [
    "playwright-tests-base",
    "playwright-framework-base",
    "lambda-test-runner-base",
    "playwright-tests",
    "playwright-framework-runner",
    "lambda-playwright-test-runner"
    ]

}
