Skip to content

Releases: skyscrapers/terraform-website-s3-cloudfront-route53

v5.3.1

23 Dec 08:51
Compare
Choose a tag to compare

Fix a Terraform resource addressing issue due to the use of count.

v5.3.0

21 Dec 08:06
15d99d9
Compare
Choose a tag to compare

Make deployer role optional

Minor changes

02 Oct 12:05
8bc88e7
Compare
Choose a tag to compare

Thanks @Moondancer83 for your contributions.

  • Enables force-destroy of S3 origin bucket (optional) #42
  • FIX: Wildcard domain cannot be given due to AWS tag rule violation #41

Add variable to configure TLS version

02 Jun 13:46
7adc3e8
Compare
Choose a tag to compare

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

06 Apr 14:37
ec3fc23
Compare
Choose a tag to compare

New variables for the site-main module:

  • not-found-response-code: response code when serving a 404 page. Defaults to 200.
  • 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

23 Sep 08:22
3741d09
Compare
Choose a tag to compare

This release upgrades the code to work with TF 0.12

4.0.0 Remove provider from module

02 Jul 13:39
Compare
Choose a tag to compare

This removes the provider from the module and gives the user a lot more freedom.

Makes CloudFront price class configurable. #19

13 Mar 20:28
8adec6c
Compare
Choose a tag to compare

3.0.4 Enable http2 for cloudfront dist

05 Mar 08:03
4ad4a7a
Compare
Choose a tag to compare

This enables http2 for cloudfront distributions. This is backwards compatible with http/1.1

3.0.3

17 Aug 14:26
Compare
Choose a tag to compare

Add forward-query-string parameter to the module.