Skip to content

Releases: fillup/terraform-aws-hugo-s3-cloudfront

Remove hashicorp/template

09 Aug 18:21
d533244
Compare
Choose a tag to compare

Fixed

  • Removed use of deprecated hashicorp/template provider.

Added

  • Check syntax using GitHub Actions

update to AWS provider version 4

15 May 00:51
8efd94c
Compare
Choose a tag to compare

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

21 Dec 22:35
e03a13c
Compare
Choose a tag to compare
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

21 Dec 22:22
49d6276
Compare
Choose a tag to compare

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

21 Dec 16:52
def9ea7
Compare
Choose a tag to compare

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

10 Aug 23:30
ce38f9f
Compare
Choose a tag to compare
Merge pull request #9 from fillup/develop

Release 0.12 support and new custom error handling configuration

Release candidate for 4.1.0

27 Jul 18:42
Compare
Choose a tag to compare
Pre-release

Testing new custom error response features

Upgrade to Terraform 0.12 support

10 Feb 02:21
Compare
Choose a tag to compare

Also added a couple outputs for use with Route53

New required deployment_user_arn variable

02 Jan 21:47
a94f104
Compare
Choose a tag to compare

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

18 Jan 19:57
Compare
Choose a tag to compare

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.