v0.92.0
Allow Public Bucket Policy @milldr (#288)
what
- Set restrict_public_buckets to the same value as
var.block_origin_public_access_enabled
why
- Only restrict public access on the bucket if we're blocking public access. Otherwise Cloudfront will not be able to access the bucket
references
- Corrects bug created by #284