add another output of just topic name

ctalarms-whitelist
lalanza808 4 years ago
parent ff279d1a13
commit 7db1eb79ae

@ -1,3 +1,7 @@
output "topic_arn" {
value = aws_cloudformation_stack.sns_stack.outputs["TopicARN"]
}
output "topic_name" {
value = "${var.prefix}-sns-email"
}

Loading…
Cancel
Save