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

variable "repository_name" {
  description = "The name of the repository"
  type        = string
  default     = "docker-parent-images"
}
