Skip to content

Commit f8eb0c5

Browse files
committed
CCM-12312: Fixing typo in kms policy
1 parent bbad24c commit f8eb0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/api/module_kms.tf

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

3333
identifiers = [
34-
"sns.amazon.com",
34+
"sns.amazonaws.com",
3535
"logs.${var.region}.amazonaws.com",
3636
]
3737
}

0 commit comments

Comments
 (0)