Skip to content

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

6.5.6

19 Mar 10:58
8428ecf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.5.5...6.5.6

6.5.5

19 Mar 09:10
f7294f5
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.5.3...6.5.4

6.5.3

25 Jul 10:49
47e68b8
Compare
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
Compare
Choose a tag to compare

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

10 Jan 11:00
a2c4bd4
Compare
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
Compare
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
Compare
Choose a tag to compare
Support setting a response headers policy for cache behaviors (#19)

6.4.1: Support configuring a WAF web ACL (#18)

30 Jun 08:04
8b34b45
Compare
Choose a tag to compare
This makes it possible to use WAF to block certain requests to the
Cloudfront distribution.

6.2.3: Custom User-Agent header is optional (#12)

17 Jun 16:28
a3f75ee
Compare
Choose a tag to compare
If the parameter is the empty string, omit the custom User-Agent
header.

We only need this for S3 origins, not for services such as querytool,
for which it might be useful to see the original User-Agent header.