Unverified Commit 42cf4f96 authored by Danielle's avatar Danielle Committed by GitHub
Browse files

docs: Mark `volume` `source` as required

Co-Authored-By: default avatarMichael Schurter <mschurter@hashicorp.com>
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment