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

variable "environment" {
  default = "qa"
}

variable "application_family" {
  default = "songwhip"
}

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

variable "songwhip_api_endpoint" {
  default = "https://api-staging.songwhip.com/v3"
}
