github cloudposse/terraform-aws-cloudfront-cdn v1.5.0

3 months ago
fix: cookies whitelisted_names and Define all the defaults in the variables.tf file @jwadolowski (#149) ## what
  1. All the default values should be defined in variables.tf file.
  2. Add missing forward_cookies_whitelisted_names field to ordered_cache variable
  3. Zero whitelisted_names param unless user explicitly selected to forward predefined list of cookies to the origin

why

Sane default values for most of the variables were already defined in the variables.tf file, however there were some missing spots that got fixed here. Currently, all the lookup() calls inside main.tf are completely redundant and have been removed.

references

fix: Resolve terratest CI issues @jwadolowski (#150) ## what

Update Go and its deps to resolve Terratest CI issues.

why

https://github.com/cloudposse/terraform-aws-cloudfront-cdn/actions/runs/15421834744

references

cloudposse/terraform-aws-cloudfront-s3-cdn#337

Don't miss a new terraform-aws-cloudfront-cdn release

NewReleases is sending notifications on new releases.