From 410ee327705326db54b1e4d6b8829164a5135ccd Mon Sep 17 00:00:00 2001 From: Ben Visser <theodore.r.visser@gmail.com> Date: Fri, 25 Dec 2015 23:14:04 -0700 Subject: [PATCH] staging that num_nodes is required when state=present --- cloud/amazon/elasticache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/amazon/elasticache.py b/cloud/amazon/elasticache.py index a22bea70d72..590dd987018 100644 --- a/cloud/amazon/elasticache.py +++ b/cloud/amazon/elasticache.py @@ -50,7 +50,7 @@ options: default: cache.m1.small num_nodes: description: - - The initial number of cache nodes that the cache cluster will have + - The initial number of cache nodes that the cache cluster will have. Required when state=present. required: false cache_port: description: