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.81k stars 9.16k forks source link

Add IPv6 support to ElastiCache #27700

Closed bschaatsbergen closed 1 year ago

bschaatsbergen commented 1 year ago

Description

AWS recently announced the support of the IPv6 protocol in ElastiCache. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

Affected Resource(s) and/or Data Source(s)

aws_elasticache_cluster

Potential Terraform Configuration

resource "aws_elasticache_cluster" "example" {
 # .... other configuration ....
 ip_discovery = "ipv6"
}

References

Announcement: https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-elasticache-supports-ipv6/ API: https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CreateCacheCluster.html

Would you like to implement a fix?

Yes, together with @jms200

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

jms200 commented 1 year ago

Will pick this up and begin working on it.

github-actions[bot] commented 1 year ago

This functionality has been released in v4.41.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

github-actions[bot] commented 1 year ago

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.