Releases: jonathanio/terraform-module-s3-cloudfront
v1.2.0
Thanks to @hahuang65 for updating this module to 0.12 and 1.0.0 releases of Terraform.
Add force_destroy Option
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
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
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
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.
This is the first release of this module for Terraform.