docs: fix up constraint jobspec HCL format. (#17795)

This commit is contained in:
James Rasell
2023-07-04 13:33:46 +01:00
committed by GitHub
parent 17f63cfd9a
commit c883621a9e

View File

@@ -151,7 +151,7 @@ constraint {
```hcl
constraint {
distinct_property = "${meta.rack}"
value = "3"
value = "3"
}
```
@@ -261,7 +261,7 @@ more than 2 instances of the task group.
```hcl
constraint {
distinct_property = "${meta.rack}"
value = "2"
value = "2"
}
```