Skip to content

Releases: jonathanio/terraform-module-s3-cloudfront

v1.2.0

15 Jun 19:32
f5960c6
Compare
Choose a tag to compare

Thanks to @hahuang65 for updating this module to 0.12 and 1.0.0 releases of Terraform.

Add force_destroy Option

05 Jan 18:32
53f6aa9
Compare
Choose a tag to compare

With thanks to @rafilkmp3, this adds force_destroy as an option allowing the S3 buckets for both content and logs to be destroyed, even when they're not empty.

Improve Policy Control

12 Nov 19:21
281130d
Compare
Choose a tag to compare

Remove some user access control from within the module to simplify its policies and then provide an example to show how to manage policies properly with more granular control.

Add Wildcard Domain Support via ACM

28 Sep 07:55
Compare
Choose a tag to compare

Thanks for @davedash for this update. You can now request an alternately named certificate from ACM for CloudFront using the new wildcard_ssl variable. This is needed when you're using wildcard certificates; the hosted domain name will not match the common name, so an alternate name is required for the lookup.

Correction to the Example

20 Sep 22:03
Compare
Choose a tag to compare

This release makes minor corrections to the example/simple/ code following the earlier changes that were needed as part of the Standard Module Structure for the Terraform Registry.

Initial release.

20 Sep 21:42
Compare
Choose a tag to compare

This is the first release of this module for Terraform.