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

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

variable "pipeline_name" {
  description = "Name for elastictranscoder pipeline. Only alphabetical, underscore and dash characters."
}

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

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

