Skip to content

1.0.11

Choose a tag to compare

@jnonino jnonino released this 22 Oct 08:22
· 76 commits to main since this release
6a3e41c
fix: Fix random race-condition in bucket policy (#11)

There are cases when `block_s3_bucket_public_access`
variable is `true` and Terraform tries to apply both policies at same
time:

- `aws_s3_bucket_policy.lb_logs_access_policy`
- `aws_s3_bucket_public_access_block.lb_logs_block_public_access`