Skip to content

Commit

Permalink
Update website/docs/d/plugin.html.markdown
Browse files Browse the repository at this point in the history
Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
  • Loading branch information
cgbaker and lgfa29 committed Jul 9, 2020
1 parent 3951122 commit 1e2c285
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/docs/d/plugin.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Check for the existence of a plugin:

```hcl
data "nomad_plugin" "ebs" {
plugin_id = "aws-ebs0"
plugin_id = "aws-ebs0"
wait_for_healthy = true
}
```
Expand Down Expand Up @@ -51,4 +51,3 @@ The following attributes are exported:
* `controllers_healthy`: `(integer)` The number of healthy controllers.
* `nodes_expected`: `(integer)` The number of registered nodes.
* `nodes_healthy`: `(integer)` The number of healthy nodes.

0 comments on commit 1e2c285

Please sign in to comment.