Skip to content

Releases: cloudposse/terraform-aws-cloudfront-cdn

v0.11.1

14 Nov 21:15
692e9cb
Compare
Choose a tag to compare

🐛 Bug Fixes

added passing of ipv6_enabled for aaaa record creation @mihaiplesa (#44)

what

  • added ipv6_enabled option to Route53 alias module so it will create AAAA records in addition to A ones

why

  • AAAA were not being created

references

v0.11.0

11 Nov 23:09
00d918b
Compare
Choose a tag to compare
added option to disable logging @mihaiplesa (#45)

what

  • added logging_disabled options to disable CloudFront logging to S3

why

  • logging was enabled by default with no easy way of disabling

references

v0.10.0

31 Oct 02:42
3427968
Compare
Choose a tag to compare
Add code to allow specification of bucket. @krystan (#43)

what

  • Introduced variable to specify bucket to log to.

why

  • Allow centralised logging rather than log to the same account
  • They allow the log bucket to be specified rather than created in the same account by default.

references

v0.9.0

16 Oct 04:43
a387a57
Compare
Choose a tag to compare
Convert to TF 0.12/0.13. Update to context.tf. Update GitHub Actions. Use `go` modules @aknysh (#40)

what

  • Convert to TF 0.12/0.13
  • Update to context.tf
  • Update GitHub Actions
  • Use go modules

why

  • Keep up to date
  • Standardization

related

v0.8.0

21 Sep 19:18
c364464
Compare
Choose a tag to compare
Update to the latest GitHub actions and workflows @aknysh (#39)

what

  • Update to the latest GitHub actions and workflows

why

  • Standardization
  • Use the latest GitHub actions and workflows in all the consecutive PRs for testing and linting
Add `slash-command-dispatch` GitHub Actions workflow @maximmi (#32)

what

  • Add slash-command-dispatch GitHub Actions workflow

why

  • In a repo with the GitHub actions workflow present, when a PR is opened, we can comment on the PR with commands /build-readme and /terraform-fmt to rebuild README and format terraform code and push the changes back to the PR repo

0.7.0 Fix output: Make sure `cf_aliases` won't fail if aliases not set

26 Apr 16:38
Compare
Choose a tag to compare

what

  • Fix output: Make sure cf_aliases won't fail if aliases not set

why

  • When using dns_aliases_enabled = "false" and not setting var.aliases, terraform complains that attribute aws_cloudfront_distribution.default.aliases is not defined.

0.6.0 Change from cache_behavior to ordered_cache_behavior

10 Apr 16:40
Compare
Choose a tag to compare

what

  • Change from cache_behavior to ordered_cache_behavior

why

  • cache_behavior is deprecated
  • Closes #18

0.5.7: Update readme yaml file and rebuild md

10 Dec 09:55
5d6446f
Compare
Choose a tag to compare

what

  • updated README.yaml file
  • add tags and categories
  • rebuild README.md file

why

  • need to add categories and tags so we can pull them into the documentation

0.5.6

30 Jul 20:40
Compare
Choose a tag to compare

what

Add dns_aliases_enabled

why

Control the creation of DNS aliases

0.5.5

27 Jul 18:18
Compare
Choose a tag to compare

what

Added a new variable web_acl_id

why

To pass an existing web ACL ID to be attached to the CloudFront distribution