variable "aws_region" {
  type        = string
  default     = "us-east-1"
  description = "The AWS region fow repository"
}

variable "repository_name" {
  type        = string
  description = "The name of the repository"
  default     = "ioc-block-list"
}
