Merge pull request #10175 from hashicorp/b-aws-elasticache-updates

[WIP] provider/aws: Update Elasticache docs for corrections, clarity
This commit is contained in:
Clint 2016-12-09 14:56:26 -06:00 committed by GitHub
commit 1f5b940f3f
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: