Skip to content

Commit

Permalink
Merge pull request #7874 from ministryofjustice/usr/ses-permissions
Browse files Browse the repository at this point in the history
ses changes for user
  • Loading branch information
markgov authored Sep 6, 2024
2 parents be38812 + 576e228 commit 7dcc29f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion terraform/modules/kms/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@ data "aws_iam_policy_document" "kms-general" {

principals {
type = "Service"
identifiers = ["cloudwatch.amazonaws.com"]
identifiers = [
"cloudwatch.amazonaws.com",
"ses.amazonaws.com"
]
}
}
}
Expand Down

0 comments on commit 7dcc29f

Please sign in to comment.