Releases: skyscrapers/terraform-website-s3-cloudfront-route53
Releases · skyscrapers/terraform-website-s3-cloudfront-route53
v5.3.1
v5.3.0
Make deployer
role optional
Minor changes
Thanks @Moondancer83 for your contributions.
Add variable to configure TLS version
This release adds a new variable (minimum_client_tls_protocol_version
) to configure the minimum TLS protocol version for the CloudFront https endpoint.
Thanks @jerr0328 for the contribution
Make module more configurable by adding a couple of new variables
New variables for the site-main
module:
not-found-response-code
: response code when serving a 404 page. Defaults to200
.ipv6
: Enable IPv6 support on CloudFront distribution. Default value =false
New variable for the site-redirect
module:
ipv6
: Enable IPv6 support on CloudFront distribution. Default value =false
Thanks @dchesterton for the contribution.
Terraform 0.12 compatible
This release upgrades the code to work with TF 0.12
4.0.0 Remove provider from module
This removes the provider from the module and gives the user a lot more freedom.
Makes CloudFront price class configurable. #19
3.0.4 Enable http2 for cloudfront dist
This enables http2 for cloudfront distributions. This is backwards compatible with http/1.1
3.0.3
Add forward-query-string parameter to the module.