Skip to content

Commit 1a71d15

Browse files
committed
Use region property
1 parent b91a2a3 commit 1a71d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-archive/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ module "kms" {
120120
test = "StringEquals"
121121
variable = "aws:SourceArn"
122122
values = [
123-
"arn:aws:events:${data.aws_region.current.id}:${data.aws_caller_identity.current.account_id}:event-bus/example",
123+
"arn:aws:events:${data.aws_region.current.region}:${data.aws_caller_identity.current.account_id}:event-bus/example",
124124
]
125125
}
126126
]

0 commit comments

Comments
 (0)