The field ForwardedValues from cloudfront.CacheBehavior has been deprecated in favour of setting the values in either a cloudfront.CachePolicy or cloudfront.OriginRequestPolicy. Deprecate the field on the resource aws_cloudfront_distribution in favour of aws_cloudfront_cache_policy or aws_cloudfront_origin_request_policy.
[ ] Remove exclusion from golanglint-ci configuration (added by #30307)
[ ] Deprecate the field from aws_cloudfront_distribution
[ ] Create issue to remove the field from aws_cloudfront_distribution
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
The field
ForwardedValues
fromcloudfront.CacheBehavior
has been deprecated in favour of setting the values in either acloudfront.CachePolicy
orcloudfront.OriginRequestPolicy
. Deprecate the field on the resourceaws_cloudfront_distribution
in favour ofaws_cloudfront_cache_policy
oraws_cloudfront_origin_request_policy
.golanglint-ci
configuration (added by #30307)aws_cloudfront_distribution
aws_cloudfront_distribution
References
No response
Would you like to implement a fix?
None