Skip to content

Commit d8229a9

Browse files
CCM-10283: Fix service principal
1 parent b123d20 commit d8229a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/acct/module_sandbox_kms.tf

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

6565
identifiers = [
66-
"ses..amazonaws.com",
66+
"ses.amazonaws.com",
6767
]
6868
}
6969

0 commit comments

Comments
 (0)