From c5d066b828a4d0bea7ab6040034b2ddf87db912c Mon Sep 17 00:00:00 2001 From: James Nugent Date: Thu, 10 Dec 2015 15:35:46 -0500 Subject: [PATCH] provider/aws: Add note about cluster size reduction --- .../docs/providers/aws/r/elasticache_cluster.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/elasticache_cluster.html.markdown b/website/source/docs/providers/aws/r/elasticache_cluster.html.markdown index e39d6172a..9d547b5dc 100644 --- a/website/source/docs/providers/aws/r/elasticache_cluster.html.markdown +++ b/website/source/docs/providers/aws/r/elasticache_cluster.html.markdown @@ -47,7 +47,8 @@ supported node types * `num_cache_nodes` – (Required) The initial number of cache nodes that the cache cluster will have. For Redis, this value must be 1. For Memcache, this -value must be between 1 and 20 +value must be between 1 and 20. If this number is reduced on subsequent runs, +the highest numbered nodes will be removed. * `parameter_group_name` – (Required) Name of the parameter group to associate with this cache cluster