Skip to content

Commit

Permalink
Allow s3 PutBucketVersioning for provisioner-users
Browse files Browse the repository at this point in the history
  • Loading branch information
andrleite committed Jul 21, 2023
1 parent 4dc36d4 commit 66d069f
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 @@ -135,6 +135,7 @@ resource "aws_iam_policy" "s3" {
"s3:GetBucketPublicAccessBlock",
"s3:PutObject",
"s3:PutObjectAcl",
"s3:PutBucketVersioning",
"s3:GetObject",
"s3:GetObjectTagging",
"s3:GetObjectAcl",
Expand Down

0 comments on commit 66d069f

Please sign in to comment.