Releases: Vermyndax/terraform-aws-s3-website
v3.0.0
This release updates to Terraform 1.1.2 as a default.
What's Changed
- Update to tf 1.1.2 by @Vermyndax in #98
- Update to 1.1.2 by @Vermyndax in #99
Full Changelog: v2.1.1...v3.0.0
v2.1.1
v2.1.0
Public Access Block fix
Fix:
#87 - turns out, if you block all public access, this includes CloudFront public access.
Fix CloudFront logging bucket permissions
Tweak permissions on CloudFront logging bucket.
Updates to TLS 1.2_2019
Updates the CloudFront SSL policy to TLS 1.2_2019
Add public access block for CloudFront logging bucket.
This release adds a public access block on the CloudFront logging bucket.
v2.0.0: Major refactoring
Code* resources have been removed. Also, randomized some parameters and removed them from optionals. This is a much cleaner version of the module.
Remove site_region from s3 resources
Updates to 3.x provider and 0.13 Terraform causes "terraform validate" to fail with the "region" property. This removes it.
1.0 Production Release
This has been a working implementation for quite some time now, so it's time to call it a 1.0.
I've added documentation in the examples/ folder for how to accomplish a build with a Hugo website. If you're planning to use this with Hugo, you might find this useful.