docs: Mark `volume` `source` as required

Co-Authored-By: Michael Schurter <mschurter@hashicorp.com>
This commit is contained in:
Danielle 2019-09-16 10:05:50 -07:00 committed by GitHub
parent e76e3ba3a0
commit acf6580bb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ The Nomad client will make the volumes available to tasks according to the
- `type` `(string: "")` - Specifies the type of a given volume. Currently the
only possible volume type is `"host"`.
- `source` `(string: "")` - The name of the volume to request. When using
- `source` `(string: <required>)` - The name of the volume to request. When using
`host_volume`'s this should match the published name of the host volume.
- `read_only` `(bool: false)` - Specifies that the group only requires read only