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

variable "elastictranscoder_iam_policy_json_file" {
  default     = "elastictranscoder_policy.json"
  description = "JSON file representing the policy"
}

variable "raw_assets_bucket" {
  description = "Name ot the bucket for raw assets (includes the environment prefix)."
}

variable "mezzanine_assets_bucket" {
  description = "Bucket for storing transcoded mezzanine assets (includes the environment prefix)."
}

