hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.87k stars 9.21k forks source link

Technical Debt: Fix `ForwardedValues` deprecations in Cloudfront #30328

Open gdavison opened 1 year ago

gdavison commented 1 year ago

Description

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.

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue