Skip to content

Releases: Vermyndax/terraform-aws-s3-website

v3.0.0

22 Dec 19:04
3237060
Compare
Choose a tag to compare

This release updates to Terraform 1.1.2 as a default.

What's Changed

Full Changelog: v2.1.1...v3.0.0

v2.1.1

13 Jul 22:30
accf87f
Compare
Choose a tag to compare

Updates the Terraform version constraint.

v2.1.0

27 Mar 18:43
d8341db
Compare
Choose a tag to compare

This release allows you to integrate an IAM user for content sync however you like it.

Public Access Block fix

27 Mar 15:15
0d6948c
Compare
Choose a tag to compare

Fix:
#87 - turns out, if you block all public access, this includes CloudFront public access.

Fix CloudFront logging bucket permissions

23 Mar 04:20
bffa855
Compare
Choose a tag to compare

Tweak permissions on CloudFront logging bucket.

Updates to TLS 1.2_2019

23 Mar 03:48
87ee542
Compare
Choose a tag to compare

Updates the CloudFront SSL policy to TLS 1.2_2019

Add public access block for CloudFront logging bucket.

23 Mar 03:40
e5b8700
Compare
Choose a tag to compare

This release adds a public access block on the CloudFront logging bucket.

v2.0.0: Major refactoring

23 Mar 02:28
e90fa23
Compare
Choose a tag to compare

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

24 Oct 19:33
1d8bc18
Compare
Choose a tag to compare

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

20 Jan 14:27
08a12fc
Compare
Choose a tag to compare

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.