mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
HCL typo fix
This commit is contained in:
committed by
GitHub
parent
c7d670fec0
commit
452a4d6745
@@ -133,7 +133,7 @@ constraint {
|
||||
```hcl
|
||||
constraint {
|
||||
operator = "distinct_property"
|
||||
attribute = "${meta.rack"}
|
||||
attribute = "${meta.rack}"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user