-
-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The parameter ForwardedValues cannot be used when a cache policy is associated to the cache behavior #20
Comments
This is obviously a known bug in the Terraform provider, as I learned by reading through #17 |
PS: We always try to create examples to show the most common solutions 100% working and executable right away. Check the |
Hi, in the example of terraform-aws-cloudfront not specify the use of forwarded, only be to use use_forwarded_values as false |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Thanks for adding the cache and origin request policy support.
Unfortunately this does not work:
Results in:
I suspect that the block here needs to be added conditionally: https://github.com/terraform-aws-modules/terraform-aws-cloudfront/blob/master/main.tf#L115-L124
Thanks for fixing :)
The text was updated successfully, but these errors were encountered: