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

variable "repository_name" {
  type        = string
  description = "Update Route53 DNS Firewall with IOC domains"
  default     = "ioc-update-dns-firewall"
}
