Releases: fillup/terraform-aws-hugo-s3-cloudfront
Remove hashicorp/template
update to AWS provider version 4
This resolves a deprecation notice for the acl and policy blocks on aws_s3_bucket when using the latest AWS provider version.
Bugfix default TLS version for origin protocol
Merge pull request #15 from fillup/develop Bugfix for default value for origin TLS version - release as 5.0.2
Updated minimum TLS for viewers
Updated minimum TLS for viewers from TLSv1
to TLSv1.2_2019
. Also added variable minimum_viewer_tls_version
to override if needed.
Updated TLS version for CloudFront
This is a semi-breaking change in that the defaults for origin_ssl_protocols
is changing from a list of old SSL/TLS versions to only the latest TLS 1.2 version available. A new variable for origin_ssl_protocols
has been added to allow overriding as needed.
TF 0.12 support and custom error handling config
Merge pull request #9 from fillup/develop Release 0.12 support and new custom error handling configuration
Release candidate for 4.1.0
Testing new custom error response features
Upgrade to Terraform 0.12 support
Also added a couple outputs for use with Route53
New required deployment_user_arn variable
Now a new deployment_user_arn
variable is required to set bucket policy to allow this user to put contents into the bucket.
Breaking change with origin_path variable
In previous releases it was expected that origin_path
did not have a leading slash. Now in 2.0.0+
it is expected to include the leading slash so that you can use the root directory of an s3 bucket to store your site if you don't want it in a subfolder. If you did not previously specify your own origin_path
than this update will not break your environment.