Skip to content

Commit e7b5b61

Browse files
committed
CCM-9874: fix key policy region
1 parent 3133abf commit e7b5b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/app/module_kms_us_east_1.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ data "aws_iam_policy_document" "kms_us_east_1" {
3030
type = "Service"
3131

3232
identifiers = [
33-
"logs.${var.region}.amazonaws.com",
33+
"logs.us-east-1.amazonaws.com",
3434
]
3535
}
3636

0 commit comments

Comments
 (0)