Skip to content

Releases: cloudposse/terraform-aws-cloudfront-cdn

0.5.4

27 Jul 16:24
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.5.3

04 May 17:17
Compare
Choose a tag to compare

what

  • Added conditional for cloudfront_default_certificate

why

  • If acm_certificate_arn or iam_certificate_id is specified, cloudfront_default_certificate must be set to false, otherwise Terraform will try to recreate the certificate on each plan/apply

0.5.2

03 May 01:30
Compare
Choose a tag to compare

what

  • Add support for viewer_minimum_protocol_version

why

  • For certain use-cases it's desirable to enforce a newer version of TLS protocol since earlier ones have some security issues

0.5.1

14 Dec 13:03
b24fc87
Compare
Choose a tag to compare

Add usage examples

what

  • Added a complete example of setting up CloudFront Distribution with Cache Behaviors for a WordPress site
  • Updated README

why

0.5.0

13 Dec 18:00
198d276
Compare
Choose a tag to compare
Support cache behaviors (#9)

Add Support for `Vary` Headers for CloudFront

17 Oct 17:21
Compare
Choose a tag to compare

What

  • Added forward headers variable

Why

  • Forward headers required for caching

Add support for `custom_error_response`

12 Oct 17:55
Compare
Choose a tag to compare

what

  • Add support for custom error response pages

why

  • Pretty error pages

Disambiguate Resources

28 Sep 21:51
Compare
Choose a tag to compare

what

  • Add support for attributes property (should have been there anyways)
  • Disambiguate logs by adding logs attribute

why

  • Avoid collisions

Fix Aliases

22 Sep 04:04
Compare
Choose a tag to compare

what

  • Explicitly pass variable as list despite already being list
  • Update docs

why

  • My only guess is there's a bug in TF HCL validation whereby it doesn't detect the input is already a list

Rename Repo

21 Sep 01:36
Compare
Choose a tag to compare
0.1.1

Rename Repo (#3)