·
4 commits
to refs/heads/main
since this release
fix: cookies whitelisted_names and Define all the defaults in the variables.tf file @jwadolowski (#149)
## what- All the default values should be defined in
variables.tf
file. - Add missing
forward_cookies_whitelisted_names
field toordered_cache
variable - 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)
## whatUpdate Go and its deps to resolve Terratest CI issues.
why
https://github.com/cloudposse/terraform-aws-cloudfront-cdn/actions/runs/15421834744