Skip to content

Commit

Permalink
Merge pull request #87 from ministryofjustice/fix-perms
Browse files Browse the repository at this point in the history
fix permissions
  • Loading branch information
FolarinOyenuga authored Oct 2, 2024
2 parents 3c9b97a + d14cb21 commit b5e574d
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 b5e574d

Please sign in to comment.