outputs.tf222 B
View on GitHuboutput "topic_arn" {
description = "The ARN of the SNS topic."
value = aws_sns_topic.default.arn
}
output "topic_name" {
description = "The name of the SNS topic."
value = aws_sns_topic.default.name
}