Skip to content

Commit

Permalink
allow checking the bucket policy (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan-moj authored Jun 13, 2022
1 parent ff99d81 commit 5ac5c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ data "aws_iam_policy_document" "policy" {
statement {
actions = [
"s3:GetBucketLocation",
"s3:GetBucketPolicy",
"s3:ListBucket",
"s3:ListBucketMultipartUploads",
"s3:ListBucketVersions",
Expand Down

0 comments on commit 5ac5c81

Please sign in to comment.