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