Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
folarin oyenuga committed Apr 19, 2024
1 parent 3bad6b0 commit 8207216
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ data "aws_iam_policy_document" "irsa" {
"s3:GetBucketLocation",
"s3:GetBucketPolicy",
"s3:ListBucket",
"s3:GetBucketPublicAccessBlock",
"s3:GetBucketOwnershipControls",
"s3:ListBucketMultipartUploads",
"s3:ListBucketVersions",
]
Expand Down

0 comments on commit 8207216

Please sign in to comment.