Skip to content

Commit

Permalink
Allow GetBucketVersioning for provisioner user (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljackson authored Jul 21, 2023
1 parent 9e606e4 commit 4dc36d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/provisioner-users/provisioner_user_permissions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ resource "aws_iam_policy" "s3" {
"s3:GetBucketLocation",
"s3:GetBucketEncryption",
"s3:ListBucketVersions",
"s3:GetBucketVersioning",
"s3:GetBucketTagging",
"s3:CreateBucket",
"s3:PutEncryptionConfiguration",
Expand Down

0 comments on commit 4dc36d4

Please sign in to comment.