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

variable "application_family" {
  type        = string
  description = "Name of application family"
  default     = "monday-app"
}
