variable "aws_region" {
  default     = "us-east-1"
  description = "Which AWS region to spin up the environment in"
}

variable "environment" {
  description = "Available values:  dev, qa, prod."
  default     = "prod"
}

variable "domain_name" {
  default = "prod-aws-wowza.sonymusic.com"
}

variable "service_name" {
  default = "wowza"
}

variable "application_family" {
  default = "devops"
}

variable "team_name" {
  default = "devops"
}
