Skip to content

Releases: cloudposse/terraform-aws-cloudfront-s3-cdn

0.3.3 Fix S3 regional domain name resolution

02 Nov 03:59
Compare
Choose a tag to compare

what

  • Fix S3 regional domain name resolution

why

  • Regional domain name resolution was playing was not working for some deployments
  • closes #18

0.3.2: Update README.yaml (#30)

18 Sep 16:55
b0960c0
Compare
Choose a tag to compare
* Update README.yaml

* Update README.yaml

0.3.1

28 Aug 15:18
Compare
Choose a tag to compare

what:

  • Add forwarded headers so that s3 bucket can identify origins

why

  • Required for S3 origin

references

0.3.0

27 Jul 18:36
Compare
Choose a tag to compare
Make minimim_protocol_version configurable (#20)

0.2.2

27 Jul 02:25
Compare
Choose a tag to compare
Regenerate README.md (#21)

0.2.1: Migrate to README.yaml format (#19)

11 Jul 21:58
Compare
Choose a tag to compare
* Migrate to README.yaml format

* Fix descriptions

0.2.0: Added optional regional s3 endpoint. Added Example (#17)

26 Jun 20:59
Compare
Choose a tag to compare
* Added the ability to specify a regional endpoint. Updated README. Created working example.

* Added output in example that provided instructions for beginners

* Added origin_force_destroy to all s3 buckets so that the module can be destroyed if required.

* Fixed another destruction issue.

* Updated for consistency

* Changed the 'static' bucket

* added variable for static_s3_bucket

0.1.7

01 Mar 17:36
1537e47
Compare
Choose a tag to compare

what

  • Use attributes variable in child modules

why

  • For consistency, we need to propagate all attributes downstream

0.1.6

19 Feb 18:37
341e27e
Compare
Choose a tag to compare

what

  • Bumped module versions

why

  • terraform fmt required for the old versions

0.1.5

17 Feb 02:13
c3aea8a
Compare
Choose a tag to compare

what

  • terraform fmt
  • Added TravisCI
  • Added conditional for cloudfront_default_certificate
  • Updated README

why

  • Terraform lint
  • To monitor build status
  • 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
  • Added a note to README that to use an ACM Certificate with Amazon CloudFront, you must request or import the certificate only in the US East (N. Virginia) region