variable region {
  default     = "us-east-1"
  description = "All elements of the state machine execution flow have to be placed in the same region."
}

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

variable service_name {
  default = "ows-transcoding"
}

variable loggly_dsn {
  description = "Loggly DSN" 
}

variable sentry_dsn {
  description = "Sentry pool" 
}

variable transcoded_assets_bucket {
  description = "Bucket used to store mezzanine assets"
}

variable default_sns_topic_arn {
  description = "SNS topic published to when mezzanine assets are generated"
}

variable mezzanine_sns_topic_arn {
  description = "SNS topic published to when mezzanine assets are generated"
}

variable "sns_region" {
  description = "Region of the SNS topics"
}

variable "sqs_transcoding_url" {
  description = "URL of the queue to add transcoding jobs to"
}
