riboseinc / terraform-aws-s3-cloudfront-website

Terraform module for creating a static S3 website with CloudFront with an SSL certificate (e.g., from ACM)
Apache License 2.0
74 stars 40 forks source link

Mention aliases in the README #9

Closed colindean closed 6 years ago

ronaldtse commented 6 years ago

Thanks @colindean ! I'd like to add that for a root domain with HTTPS, one might want to implement a root redirect instead. Will also update that.

colindean commented 6 years ago

a root redirect

OOTB this module seems to have configured www.example.com, http or https, to redirect to https://example.com. http://example.com also redirects to that.

ronaldtse commented 6 years ago

Added the root redirect to #10 , feel free to check the updated README 😉