Releases: cloudposse/terraform-aws-cloudfront-cdn
Releases · cloudposse/terraform-aws-cloudfront-cdn
v0.11.1
🐛 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
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
v0.9.0
v0.8.0
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
what
- Fix output: Make sure
cf_aliases
won't fail if aliases not set
why
- When using
dns_aliases_enabled = "false"
and not settingvar.aliases
, terraform complains that attributeaws_cloudfront_distribution.default.aliases
is not defined.
0.6.0 Change from cache_behavior to ordered_cache_behavior
what
- Change from
cache_behavior
toordered_cache_behavior
why
cache_behavior
is deprecated- Closes #18
0.5.7: Update readme yaml file and rebuild md
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