output "proxied_sns_arn" {
  description = "ARN of the created SNS topic"
  value       = "${module.proxied_sns_topic.topic_arn}"
}
