Releases: cloudposse/terraform-aws-cloudfront-cdn
Releases · cloudposse/terraform-aws-cloudfront-cdn
0.5.4
0.5.3
0.5.2
0.5.1
Add usage examples
what
- Added a complete example of setting up CloudFront Distribution with Cache Behaviors for a WordPress site
- Updated
README
why
- To conform to community standard: https://www.terraform.io/docs/registry/modules/publish.html
0.5.0
Add Support for `Vary` Headers for CloudFront
What
- Added forward headers variable
Why
- Forward headers required for caching
Add support for `custom_error_response`
what
- Add support for custom error response pages
why
- Pretty error pages
Disambiguate Resources
what
- Add support for
attributes
property (should have been there anyways) - Disambiguate logs by adding
logs
attribute
why
- Avoid collisions
Fix Aliases
what
- Explicitly pass variable as
list
despite already beinglist
- 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
0.1.1 Rename Repo (#3)