Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 03 Jun 19:16
· 4 commits to refs/heads/main since this release
589d484
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