Skip to content

Commit

Permalink
terraform-state bucket policy update
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeri Malmberg committed Jan 12, 2024
1 parent a41d5e0 commit 84fc12d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ inputs = {
]
},
"Action": [
"s3:ListBucket"
"s3:ListBucket",
"s3:GetBucketVersioning",
"s3:GetBucketPolicy",
"s3:GetEncryptionConfiguration",
"s3:GetBucketPublicAccessBlock"
],
"Resource": [
"${dependency.bucket.outputs.s3_bucket_arn}"
Expand Down

0 comments on commit 84fc12d

Please sign in to comment.