Fixing version_added strings for new features in ec2_elb_lb
Fixes #7631
This commit is contained in:
parent
f31c075c76
commit
acb00120b8
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue