issues
search
cloudposse
/
terraform-aws-cloudfront-s3-cdn
Terraform module to easily provision CloudFront CDN backed by an S3 origin
https://cloudposse.com/accelerate
Apache License 2.0
278
stars
247
forks
source link
Allow Public Bucket Policy
#288
Closed
milldr
closed
1 year ago
milldr
commented
1 year ago
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
milldr
commented
1 year ago
/terratest
milldr
commented
1 year ago
/terratest
aknysh
commented
1 year ago
/terratest
what
var.block_origin_public_access_enabled
why
references