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.8k stars 9.15k forks source link

Amazon MemoryDB for Valkey #39644

Open ewbankkit opened 1 week ago

ewbankkit commented 1 week ago

Today, Amazon MemoryDB announces support for Valkey

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

Potential Terraform Configuration

resource "aws_memorydb_cluster" "example" {
  engine = "valkey"
  ...
}

Relates https://github.com/hashicorp/terraform-provider-aws/issues/39641. Requires AWS SDK for Go v2 2024-10-08 release.

github-actions[bot] commented 1 week ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

aiell0 commented 1 week ago

This is a duplicate of a previously submitted issue: https://github.com/hashicorp/terraform-provider-aws/issues/39641

tonyhb commented 2 days ago

This is a duplicate of a previously submitted issue: #39641

This is for MemoryDB — a different resource when compared to ElastiCache.