From 9accca4b4717634dfcfd397e3645ef3d85d9d831 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Tue, 11 Mar 2014 11:44:47 -0400 Subject: [PATCH] Set version-added for new parameters in ec2_elb_lb and elasticache --- cloud/ec2_elb_lb | 1 + cloud/elasticache | 1 + 2 files changed, 2 insertions(+) diff --git a/cloud/ec2_elb_lb b/cloud/ec2_elb_lb index d6ac9918cc8..ca3adc31931 100644 --- a/cloud/ec2_elb_lb +++ b/cloud/ec2_elb_lb @@ -56,6 +56,7 @@ options: - A list of security groups to apply to the elb require: false default: None + version_added: "1.6" health_check: description: - An associative array of health check configuration settigs (see example) diff --git a/cloud/elasticache b/cloud/elasticache index a32f58b19ef..c506b4719c8 100644 --- a/cloud/elasticache +++ b/cloud/elasticache @@ -63,6 +63,7 @@ options: - A list of vpc security group names to associate with this cache cluster. Only use if inside a vpc required: false default: ['default'] + version_added: "1.6" cache_security_groups: description: - A list of cache security group names to associate with this cache cluster