variable "aws_region" {
  default = "us-east-1"
}

variable "application_family" {
  type        = string
  description = "Application family for repository custom property."
  default     = "data-platform"
}
