Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 12, 2024
1 parent abaed8d commit a453cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3-config-org/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ data "aws_iam_policy_document" "key" {
]
resources = ["*"]
principals {
type = "service"
type = "Service"
identifiers = [
"sqs.amazonaws.com",
"cloudtrail.amazonaws.com",
Expand Down

0 comments on commit a453cb3

Please sign in to comment.