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