Merge pull request #10175 from hashicorp/b-aws-elasticache-updates
[WIP] provider/aws: Update Elasticache docs for corrections, clarity
This commit is contained in:
commit
1f5b940f3f
|
@ -10,8 +10,6 @@ description: |-
|
||||||
|
|
||||||
Provides an ElastiCache Replication Group resource.
|
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
|
## 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
|
## Argument Reference
|
||||||
|
|
||||||
The following arguments are supported:
|
The following arguments are supported:
|
||||||
|
|
Loading…
Reference in New Issue