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
On Oct 6, 2016, on AWS blog stated,
https://aws.amazon.com/about-aws/whats-new/2016/10/ipv6-support-for-cloudfront-waf-and-s3-transfer-acceleration/
Can this be done on terraform as well to mirror what AWS does and set is_ipv6_enabled true on cloudfront_distribution by default.
https://github.com/hashicorp/terraform-provider-aws/blob/d1a4b9bd745dddd5a9eed2c607834d448d54aa3f/internal/service/cloudfront/distribution.go#L304-L308
Its 2024 and the there is more IPv6 usage and IPv6 only services by AWS now.
Affected Resource(s) and/or Data Source(s)
aws_cloudfront_distribution
Potential Terraform Configuration
No response
References
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_distribution#is_ipv6_enabled
Would you like to implement a fix?
Yes