fixed minor doc issues
This commit is contained in:
parent
0cab021168
commit
16a4ff3462
2 changed files with 3 additions and 5 deletions
|
@ -111,7 +111,7 @@ options:
|
||||||
choices: ['EC2', 'ELB']
|
choices: ['EC2', 'ELB']
|
||||||
default_cooldown:
|
default_cooldown:
|
||||||
description:
|
description:
|
||||||
The number of seconds after a scaling activity completes before another can begin.
|
- The number of seconds after a scaling activity completes before another can begin.
|
||||||
required: false
|
required: false
|
||||||
default: 300 seconds
|
default: 300 seconds
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
|
|
|
@ -140,10 +140,8 @@ options:
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
vpc_id:
|
vpc_id:
|
||||||
description:
|
description:
|
||||||
- When used in conjunction with private_zone: true, this will only modify
|
- "When used in conjunction with private_zone: true, this will only modify records in the private hosted zone attached to this VPC."
|
||||||
records in the private hosted zone attached to this VPC. This allows you
|
- This allows you to have multiple private hosted zones, all with the same name, attached to different VPCs.
|
||||||
to have multiple private hosted zones, all with the same name, attached
|
|
||||||
to different VPCs.
|
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
|
|
Loading…
Reference in a new issue