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

variable "input_bucket_name" {
  description = "Name of the bucket for input assets"
}

variable "output_bucket_name" {
  description = "Name bucket for storing transcoded assets"
}

variable "input_bucket_arn" {
  description = "ARN of the bucket for input assets"
}

variable "output_bucket_arn" {
  description = "ARN of the bucket for storing transcoded assets"
}

variable "encoding_sns_topic_arn" {
  description = "ARN of SNS topic for all kinds of notifications"
}

