mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixing version_added strings for new features in ec2_elb_lb
Fixes #7631
This commit is contained in:
parent
6708ea887a
commit
9f0d496d67
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue