provider/aws: Update documentation example to meet validation

This commit is contained in:
clint shryock 2017-05-10 08:59:43 -05:00
parent c83ee17590
commit 3063fa9947
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ resource "aws_elasticache_replication_group" "bar" {
```hcl
resource "aws_elasticache_replication_group" "baz" {
replication_group_id = "tf-replication-group-1"
replication_group_id = "tf-redis-cluster"
replication_group_description = "test description"
node_type = "cache.m1.small"
port = 6379