variable lambda_function_name {
  description = "Lambda function name."
}

variable msk_cluster_arn {
  description = "MSK cluster arn."
}

variable kafka_topics {
  description = "Comma separated kafka topic(s) names to subscribe to."
}

variable starting_position {
  description = "Starting position."
}
