variable "aws_region" {
  default = "us-east-1"
}

variable "repository_name" {
  type        = string
  description = "The name of the repository"
  default     = "abacus-test-automation"
}
