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

variable "shared_account_id" {
  type        = string
  default     = "086679231553"
  description = "Id of the Shared AWS account with the source ECR repos"
}
