Skip to content

Commit

Permalink
Merge pull request #8412 from ministryofjustice/add-dms-to-kms-servic…
Browse files Browse the repository at this point in the history
…e-principals

chore: add dms to kms service principal list
  • Loading branch information
andrewmooreio authored Nov 5, 2024
2 parents fadc609 + 64fd80d commit c76bed6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/modules/kms/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ data "aws_iam_policy_document" "kms-general" {
identifiers = [
"cloudwatch.amazonaws.com",
"ses.amazonaws.com",
"s3.amazonaws.com"
"s3.amazonaws.com",
"dms.amazonaws.com"
]
}
}
Expand Down

0 comments on commit c76bed6

Please sign in to comment.