We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e1d6e9 + e5089d0 commit 4914965Copy full SHA for 4914965
modules/infrastructure/cloudtrail/kms.tf
@@ -21,7 +21,7 @@ data "aws_iam_policy_document" "cloudtrail_kms" {
21
effect = "Allow"
22
principals {
23
# identifiers = ["arn:aws:iam::${data.aws_caller_identity.me.account_id}:root"]
24
- identifiers = ["*"]
+ identifiers = [data.aws_caller_identity.me.account_id]
25
type = "AWS"
26
}
27
actions = ["kms:*"]
0 commit comments