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

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

variable "application_family" {
  default = "product-builder"
}

variable "video_assets_bucket_name" {
  description = "Bucket name for all video assets: mezzanine, previews and thumbnails (minus environment prefix)."
  default     = "supply-chain-orcd-video-assets"
}
