provider/aws: Update Elasticache docs for corrections, clarity

This commit is contained in:
clint shryock 2016-11-16 14:43:56 -06:00
parent 81125f6aeb
commit 5ec5d65c77
1 changed files with 8 additions and 2 deletions

View File

@ -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: