Merge pull request #8789 from hashicorp/docs-fix-group-link

docs: Fix group link in job spec docs
This commit is contained in:
Mahmood Ali 2020-09-17 08:30:49 -05:00 committed by GitHub
commit 4f3daaaeaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ job "docs" {
- `datacenters` `(array<string>: <required>)` - A list of datacenters in the region which are eligible - `datacenters` `(array<string>: <required>)` - A list of datacenters in the region which are eligible
for task placement. This must be provided, and does not have a default. for task placement. This must be provided, and does not have a default.
- `group` `([Group][group]: <required>)` - Specifies the start of a - `group` <code>([Group][group]: &lt;required&gt;)</code> - Specifies the start of a
group of tasks. This can be provided multiple times to define additional group of tasks. This can be provided multiple times to define additional
groups. Group names must be unique within the job file. groups. Group names must be unique within the job file.