Releases: oozou/terraform-aws-cloudfront
Releases · oozou/terraform-aws-cloudfront
v1.2.3
v1.2.2
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
- Resource:
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
andwaf_ip_set
Changed
- WAF module version from
1.0.3
to1.1.0
- feat: waf support custom rule by @xshot9011 in #16
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- feat: support multiple origin by @xshot9011 in #15
Added
- Add
output.cloudfront_distribution_arn
- Add variables
var.name_override
,var.origin
,var.origin_group
andvar.origin_access_identities
- Add locals variables
local.empty_prefix
,local.empty_environment
,local.empty_name
andlocal.raise_empty_name
- Add attributes
dynamic "origin"
for all origin inaws_cloudfront_distribution.distribution
Changed
- Update outputs
- Rename
output.cf_domain_name
tooutput.cloudfront_distribution_domain_name
- Rename
output.cf_s3_iam_arn
tocloudfront_origin_access_identities
- Rename
- Update local
local.resource_name
tolocal.name
- Update variable description for
var.prefix
,var.environment
andvar.name
- Update resource
aws_cloudfront_distribution.distribution
code format - Update attribute
default_cache_behavior
;compress
,min_ttl
,default_ttl
,max_ttl
inaws_cloudfront_distribution.distribution
Removed
- Remove files
dns.tf
,examples/complete/acm.tf
,examples/complete/s3.tf
,iam.tf
andlocals.tf
- Remove variables
var.lambda_function_association
,var.s3_origin
,var.origin_read_timeout
,var.custom_header_token
,secondary_origin_config
andvar.origin_config
- Remove resource
aws_cloudfront_origin_access_identity.cloudfront_s3_policy
- Remove
custom_origin_config
,dynamic "origin" (s3)
,dynamic "ordered_cache_behavior" (s3)
attribute inaws_cloudfront_distribution.distribution
Full Changelog: v1.0.7...v1.1.0
v1.0.7
What's Changed
- fix: version by @xshot9011 in #12
- Revert "fix: version" by @xshot9011 in #13
- fix: version by @xshot9011 in #14
[v1.0.7] - 2022-10-25
Changed
- Update
module/waf
to versionv1.0.3
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- fix: non public module by @xshot9011 in #11
[1.0.6] - 2022-10-05
Changed
- Update module
module.waf
to new public version
Full Changelog: v1.0.5...v1.0.6
v1.0.5
[1.0.5] - 2022-08-17
Changed
- Update require version of terraform from
>=0.13
to>=1.0.0
- Update .pre-commit-config.yaml uncomment
terraform_unused_declarations
- Update README regard to
versions.tf
Full Changelog: v1.0.4...v1.0.5
v1.0.4
[1.0.4] - 2022-08-03
Added
- add vars
is_automatic_create_dns_record
for enable an option to choose whether to automatically create dns records or not - dns records is now capable to create record for all cloudfront aliases
- support using cloudfront certificate viewer instead of custom one
Changed
- remove vars
acm_cert_domain_name
- vars
domain_aliases
is now only vars that use as cloudfront aliases