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.74k stars 9.1k forks source link

[Enhancement]: Add MULTI_REGION replicationStrategy for amazon keyspaces #32150

Open vishalkatikineni opened 1 year ago

vishalkatikineni commented 1 year ago

Description

Option to specify MULTI_REGION replication with regionList as defined in the aws-cli documentation. ./aws keyspaces create-keyspace \ --keyspace-name my_keyspace --replication-specification replicationStrategy=MULTI_REGION,regionList=us-east-1,eu-west-1

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

aws_keyspaces_keyspace aws_keyspaces_table

Potential Terraform Configuration

No response

References

https://docs.aws.amazon.com/keyspaces/latest/devguide/multiRegion-replication_how-to.html#multi-Region-keyspace-CLI

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