Skip to content

Commit

Permalink
Correct typo in elasticache_replication_group regarding number of all…
Browse files Browse the repository at this point in the history
…owed secondary replica groups (#40120)

Prior typo was confusing and had no semantic meaning. Updated to be accurate per AWS documentation

https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Redis-Global-Datastores-Getting-Started.html

The above documentation from AWS states:
"You can set up replication for a primary cluster from one AWS Region to a secondary cluster in up to two other AWS Regions.
Note: The exception to this are China (Beijing) Region and China (Ningxia) regions, where replication can only occur between the two regions."
  • Loading branch information
xmclallen authored Nov 14, 2024
1 parent e8fb231 commit acebf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/elasticache_replication_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ for full details on using Replication Groups.

### Creating a secondary replication group for a global replication group

A Global Replication Group can have one one two secondary Replication Groups in different regions. These are added to an existing Global Replication Group.
A Global Replication Group can have up to two secondary Replication Groups in different regions. These are added to an existing Global Replication Group.

```terraform
resource "aws_elasticache_replication_group" "secondary" {
Expand Down

0 comments on commit acebf45

Please sign in to comment.