Commit cd3fcd84 by James Tanner

Set version-added for new parameters in ec2_elb_lb and elasticache

parent 2e10e1e0
......@@ -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)
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment