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 5b9a769 commit 5b39962Copy full SHA for 5b39962
examples/with-archive/main.tf
@@ -113,7 +113,7 @@ module "kms" {
113
test = "StringEquals"
114
variable = "kms:EncryptionContext:aws:events:event-bus:arn"
115
values = [
116
- "arn:aws:events:${data.aws_region.current.id}:${data.aws_caller_identity.current.account_id}:event-bus/example",
+ "arn:aws:events:${data.aws_region.current.region}:${data.aws_caller_identity.current.account_id}:event-bus/example",
117
]
118
},
119
{
0 commit comments