provider/aws: Update Elasticache docs for corrections, clarity
This commit is contained in:
parent
81125f6aeb
commit
5ec5d65c77
|
@ -10,8 +10,6 @@ description: |-
|
|||
|
||||
Provides an ElastiCache Replication Group resource.
|
||||
|
||||
~> **Note:** We currently do not support passing a `primary_cluster_id` in order to create the Replication Group.
|
||||
|
||||
## Example Usage
|
||||
|
||||
```
|
||||
|
@ -27,6 +25,14 @@ resource "aws_elasticache_replication_group" "bar" {
|
|||
}
|
||||
```
|
||||
|
||||
~> **Note:** We currently do not support passing a `primary_cluster_id` in order to create the Replication Group.
|
||||
|
||||
~> **Note:** Automatic Failover is unavailable for Redis versions earlier than 2.8.6,
|
||||
and unavailable on T1 and T2 node types. See the [Amazon Replication with
|
||||
Redis](http://docs.aws.amazon.com/en_en/AmazonElastiCache/latest/UserGuide/Replication.html) guide
|
||||
for full details on using Replication Groups.
|
||||
|
||||
|
||||
## Argument Reference
|
||||
|
||||
The following arguments are supported:
|
||||
|
|
Loading…
Reference in New Issue