added missing version_added to new accesslogs feature
This commit is contained in:
parent
92e6e2f7ea
commit
9f503540f1
1 changed files with 1 additions and 5 deletions
|
@ -75,11 +75,7 @@ options:
|
||||||
- An associative array of access logs configuration settings (see example)
|
- An associative array of access logs configuration settings (see example)
|
||||||
require: false
|
require: false
|
||||||
default: None
|
default: None
|
||||||
region:
|
version_added: "2.0"
|
||||||
description:
|
|
||||||
- The AWS region to use. If not specified then the value of the EC2_REGION environment variable, if any, is used.
|
|
||||||
required: false
|
|
||||||
aliases: ['aws_region', 'ec2_region']
|
|
||||||
subnets:
|
subnets:
|
||||||
description:
|
description:
|
||||||
- A list of VPC subnets to use when creating ELB. Zones should be empty if using this.
|
- A list of VPC subnets to use when creating ELB. Zones should be empty if using this.
|
||||||
|
|
Loading…
Reference in a new issue