From cd3fcd843ace98507f1da21fd7c136da05de4c58 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 --- library/cloud/ec2_elb_lb | 1 + library/cloud/elasticache | 1 + 2 files changed, 2 insertions(+) diff --git a/library/cloud/ec2_elb_lb b/library/cloud/ec2_elb_lb index d6ac9918cc8..ca3adc31931 100644 --- a/library/cloud/ec2_elb_lb +++ b/library/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/library/cloud/elasticache b/library/cloud/elasticache index a32f58b19ef..c506b4719c8 100644 --- a/library/cloud/elasticache +++ b/library/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