From da220e0bb0bf7d809c330c1b5fcf6038e652b28a Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 21 Sep 2015 08:34:56 -0400 Subject: [PATCH] added version_added --- cloud/amazon/elasticache.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud/amazon/elasticache.py b/cloud/amazon/elasticache.py index 11b33f3e241..9f9cc93aa9f 100644 --- a/cloud/amazon/elasticache.py +++ b/cloud/amazon/elasticache.py @@ -62,6 +62,7 @@ options: - Specify non-default parameter group names to be associated with cache cluster required: false default: None + version_added: "2.0" cache_subnet_group: description: - The subnet group name to associate with. Only use if inside a vpc. Required if inside a vpc