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

variable "environment" {
  default = "qa"
}

variable "service_name" {
  default = "seat"
}

variable "application_family" {
  default = "user-platform"
}

variable "domain_name" {
  default = "qapdesuite.com"
}
