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

variable "ecr_name" {
  description = "fargate ECR name"
  type        = string
  default = "mr-snowflake-etl"
}
