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

variable "environment" {
  default = "prod"
}

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

variable "application_family" {
  default = "songwhip"
}

variable "team_name" {
  default = "songwhip"
}
