docs: fix incorrect aws-asg autoscaler target plugin policy params

This commit is contained in:
James Rasell 2020-09-02 14:03:35 +02:00
parent 8ad90b4253
commit 03d56ec706
No known key found for this signature in database
GPG Key ID: AA7D460F5C8377AA
1 changed files with 3 additions and 3 deletions

View File

@ -135,13 +135,13 @@ check {
...
```
- `asg_name` `(string: <required>)` - The name of the AWS AutoScaling Group to
- `aws_asg_name` `(string: <required>)` - The name of the AWS AutoScaling Group to
interact with when performing scaling actions.
- `class` `(string: <required>)` - The Nomad [client node class][nomad_node_class]
- `node_class` `(string: <required>)` - The Nomad [client node class][nomad_node_class]
identifier used to group nodes into a pool of resource.
- `drain_deadline` `(duration: "15m")` The Nomad [drain deadline][nomad_node_drain_deadline]
- `node_drain_deadline` `(duration: "15m")` The Nomad [drain deadline][nomad_node_drain_deadline]
to use when performing node draining actions.
[nomad_node_class]: https://www.nomadproject.io/docs/configuration/client#node_class