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.
1 parent 73cee96 commit a151418Copy full SHA for a151418
main.tf
@@ -7,7 +7,7 @@ locals {
7
8
sns_topic_arn = try(
9
aws_sns_topic.this[0].arn,
10
- "arn:${data.aws_partition.current.id}:sns:${data.aws_region.current.name}:${data.aws_caller_identity.current.account_id}:${var.sns_topic_name}",
+ "arn:${data.aws_partition.current.id}:sns:${data.aws_region.current.region}:${data.aws_caller_identity.current.account_id}:${var.sns_topic_name}",
11
""
12
)
13
0 commit comments