Releases: oozou/terraform-aws-cloudfront
Releases · oozou/terraform-aws-cloudfront
v1.3.2
- Add var
minimum_protocol_version
with default vaue TLSv1.2_2021
v1.3.1
- Update WAF module version to 1.3.1
v1.3.0
Add resrouce and var to support continuous_deployment
- var:
is_staging
is_create_continuous_deployment_policy
staging_domain_name
traffic_config
- resource:
aws_cloudfront_continuous_deployment_policy
v1.2.5
Change
- upgrade waf module version to 1.3.0
v1.2.4
- add var custom_error_response to support custom error response
- Resource:
aws_cloudfront_distribution.distribution
- Variable:
custom_error_response
v1.2.3
[v1.2.3] - 2024-03-27
- Update WAF module version to v1.2.0
v1.2.2
- add new var for enable/disable distribution and retain_on_delete
- Resource:
aws_cloudfront_distribution
- Variable:
is_enable_distribution
and retain_on_delete
v1.0.8
Added
- Add
output.cloudfront_distribution_arn
Full Changelog: v1.0.7...v1.0.8
v1.2.1
[v1.2.1] - 2023-10-26
- Update WAF module version to v1.1.1
- Resource:
module.waf
- Variable:
waf_custom_response_body
Changed
- Add tagging with module name in
local.tags
Full Changelog: v1.2.0...v1.2.1
v1.2.0
[v1.2.0] - 2023-06-21
Added
- Add variables
waf_custom_rules
and waf_ip_set
Changed
- WAF module version from
1.0.3
to 1.1.0
Full Changelog: v1.1.0...v1.2.0