1
0
Files
terraform.examples/modules/ManagementGovernance/SnsTopicEmailSubscription/outputs.tf
T
2026-02-13 15:44:24 +08:00

3 lines
59 B
Terraform

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