Skip to content

Commit

Permalink
fix: remove explicit aws_s3_bucket_acl
Browse files Browse the repository at this point in the history
This resolves an issue related to the April 2023 S3 API changes. More
info can be found here: hashicorp/terraform-provider-aws#28353

Closes #28353
  • Loading branch information
Ryan Causey committed Apr 26, 2023
1 parent bfb53bf commit d6e9904
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/cache/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ resource "aws_s3_bucket" "build_cache" {
force_destroy = true
}

resource "aws_s3_bucket_acl" "build_cache_acl" {
bucket = aws_s3_bucket.build_cache.id

acl = "private"
}

resource "aws_s3_bucket_versioning" "build_cache_versioning" {
bucket = aws_s3_bucket.build_cache.id

Expand Down

0 comments on commit d6e9904

Please sign in to comment.