From 3063fa99478ddf0018f1e202a90049437e3524b2 Mon Sep 17 00:00:00 2001 From: clint shryock Date: Wed, 10 May 2017 08:59:43 -0500 Subject: [PATCH] provider/aws: Update documentation example to meet validation --- .../providers/aws/r/elasticache_replication_group.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/elasticache_replication_group.html.markdown b/website/source/docs/providers/aws/r/elasticache_replication_group.html.markdown index 0145453e3..c2175b490 100644 --- a/website/source/docs/providers/aws/r/elasticache_replication_group.html.markdown +++ b/website/source/docs/providers/aws/r/elasticache_replication_group.html.markdown @@ -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