Skip to content

Commit

Permalink
fix: log_bucket deny policy (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-stewart authored Oct 16, 2023
1 parent 23bf420 commit 984385b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ data "aws_iam_policy_document" "cloudtrail_log_policy" {

principals {
type = "AWS"
identifiers = ["arn:aws:iam::${data.aws_caller_identity.current.account_id}:root"]
identifiers = ["*"]
}

condition {
Expand Down

0 comments on commit 984385b

Please sign in to comment.