Terraform Website S3 Cloudfront Route53 Versions Save

Terraform scripts to setup an S3 based static website, with a CloudFront distribution and the required Route53 entries.

5.3.1

3 years ago

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

5.3.0

3 years ago

Make deployer role optional

5.2.0

3 years ago

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

5.1.0

3 years ago

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

5.0.1

4 years ago

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.

5.0.0

4 years ago

This release upgrades the code to work with TF 0.12

4.0.0

4 years ago

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

3.0.4

6 years ago

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

3.0.3

6 years ago

Add forward-query-string parameter to the module.