variable "environment" {
  default = "prod"
}

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