variable "aws_region" {
  default     = "us-east-1"
  description = "AWS region"
}

variable "environment" {
  default     = "prod"
  description = "Environment name"
}

variable "application_family" {
  default     = "data-platform"
  description = "Application family name"
}
