bsmsapp/terraform/modules/sns/outputs.tf

9 lines
255 B
HCL

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