Merge pull request #8813 from hashicorp/b-fix-autoscaler-aws-target-policy-params

docs: fix incorrect aws-asg autoscaler target plugin policy params
This commit is contained in:
James Rasell 2020-09-02 16:20:08 +02:00 committed by GitHub
commit 2cbcb9d01e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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