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

variable "environment" {
  default = "prod"
}

variable "service_name" {
  default = "seat"
}

variable "team_name" {
  default = "accounts-platform"
}

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

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