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

variable "application_family" {
  description = "Name of application family."
  type        = string
  default     = "family1"
}
