Skip to content

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

0.3.4

02 Nov 14:30
Compare
Choose a tag to compare

what

Changing the way bucket_name is populated in locals. Deriving the name from the s3 bucket resource attribute, instead of the s3 bucket argument.

why

S3 bucket attributes only exist after a resource has been made, currently S3 bucket resource arguments are used to populated a local. This change will make sure that the local.bucket falls back to var.origin_bucket. Without this change the datasource aws_s3_bucket.selected will try to use a bucket name which has not been created yet.

references

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