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

variable "upc_provisioner_lambda_arn" {
  description = "ARN of the lambda function to subscribe to the SNS topic."
}

variable "upc_repo_queue_depth_topic_name" {
  description = "Name of the SNS topic"
  default     = "upc-provisioner"
}

variable "provisioner_dlq_sns_name" {
  description = "Name of the SNS topic"
  default     = "upc-provisioner-dlq"
}

variable "dlq_sns_subscription_enabled" {
  description = "Enable SNS subscription for DLQ"
  default     = false
}

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