We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44b9854 + 2a79859 commit 7c9241aCopy full SHA for 7c9241a
outputs.tf
@@ -1,4 +1,4 @@
1
output "sns_topic_arn" {
2
description = "The SNS topic that was created"
3
- value = var.sns_topic_arn != null ? aws_sns_topic.this[0].arn : var.sns_topic_arn
+ value = var.sns_topic_arn != null ? var.sns_topic_arn : aws_sns_topic.this[0].arn
4
}
0 commit comments