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

variable "environment" {
  default = "qa"
}

variable "service_name" {
  default = "songwhip-lookup"
}

variable "application_family" {
  default = "songwhip"
}
