3 lines
59 B
Terraform
3 lines
59 B
Terraform
|
output "sns-topic-arn" {
|
||
|
value = aws_sns_topic.this.arn
|
||
|
}
|