# -------------------------------------------------------------------- # Amazon SNS output # -------------------------------------------------------------------- output "name" { description = "The topic name." value = aws_sns_topic.this.name }