Releases: oozou/terraform-aws-cloudfront
Releases · oozou/terraform-aws-cloudfront
v1.0.3
[1.0.3] - 2022-07-22
Changed
- freeze terraform-aws-waf version from
develop
to1.0.2
v1.0.2
[1.0.2] - 2022-06-30
Added
- add default_cache_behavior to support all argument in cloudfront distribution
Changed
- variables
- move
caching_config
,ttl_config
andallowed_methods
todefault_cache_behavior
- move
v1.0.0
What's Changed
- Feature support viewer protocol policies by @xshot9011 in #3
- Document update readme by @xshot9011 in #4
custom_tags
and account_alias
variables are eliminated.
Instead of previous tagging, a variable called 'tags' is used.
README sample usage has been updated.
Multiple custom behaviors are supported.
Future Enhancement
Version tagging for the WAF module, in order to make this module more consistent.
New Contributors
- @xshot9011 made their first contribution in #3
Full Changelog: v0.0.3...v1.0.0