Commit 9f0d496d by James Cammarata

Fixing version_added strings for new features in ec2_elb_lb

Fixes #7631
parent 6708ea88
......@@ -72,17 +72,19 @@ options:
required: false
default: None
aliases: []
version_added: "1.6"
version_added: "1.7"
purge_subnets:
description:
- Purge existing subnet on ELB that are not found in subnets
required: false
default: false
version_added: "1.7"
scheme:
description:
- The scheme to use when creating the ELB. For a private VPC-visible ELB use 'internal'.
required: false
default: 'internet-facing'
version_added: "1.7"
validate_certs:
description:
- When set to "no", SSL certificates will not be validated for boto versions >= 2.6.0.
......
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