Skip to content

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

6.7.0

02 Jul 15:13
a30dc6a

Choose a tag to compare

What's Changed

Full Changelog: 6.6.0...6.7.0

6.6.0

03 Feb 14:51
a5230ef

Choose a tag to compare

What's Changed

  • feat: allow optional policies to be applied to the website bucket by @jonathanprouse in #29

Full Changelog: 6.5.7...6.6.0

6.5.6

19 Mar 10:58
8428ecf

Choose a tag to compare

What's Changed

Full Changelog: 6.5.5...6.5.6

6.5.5

19 Mar 09:10
f7294f5

Choose a tag to compare

What's Changed

  • Use aws_s3_bucket_website_configuration resource by @legoscia in #26

Full Changelog: 6.5.4...6.5.5

6.5.4

01 Dec 12:56
7642ae0

Choose a tag to compare

What's Changed

Full Changelog: 6.5.3...6.5.4

6.5.3

25 Jul 10:49
47e68b8

Choose a tag to compare

What's Changed

  • Fix response_headers_policy_id not being propagated by @ddosia in #24

Full Changelog: 6.5.2...6.5.3

6.5.2: Make http_version configurable (#23)

30 Mar 08:15
e9b6d92

Choose a tag to compare

6.5.1: Add option for creating AAAA record in r53-alias module (#22)

10 Jan 11:00
a2c4bd4

Choose a tag to compare

The site-main and site-redirect modules already support IPv6 (and
r53-cname doesn't need to do anything special), so let's add the
missing piece of the puzzle.

6.4.3: Add "ignore changes" rule for S3 bucket (#20)

08 Jul 14:02
e974aa8

Choose a tag to compare

This is recommended in the documentation for the Terraform AWS
provider, versions below 4.9.0, e.g.:
https://registry.terraform.io/providers/hashicorp/aws/3.75.0/docs/resources/s3_bucket_lifecycle_configuration#usage-notes

This should put an end to S3 bucket configurations changing back and
forth, when an additional Terraform resource is being used.

6.4.2

30 Jun 13:10
eefa9fb

Choose a tag to compare

Support setting a response headers policy for cache behaviors (#19)