1
0
Files
2026-02-13 15:44:24 +08:00

3 lines
59 B
Terraform

output "sns-topic-arn" {
value = aws_sns_topic.this.arn
}