Fix version constraint example in docs

Thanks @phinze!
This commit is contained in:
Michael Schurter
2017-05-08 11:30:08 -07:00
parent 499ada5a64
commit d9882e66aa

View File

@@ -36,7 +36,7 @@ To do a zero-downtime deploy with jobs that use the `load` option:
```hcl
constraint {
attribute = "nomad.version"
attribute = "${attr.nomad.version}"
operator = "version"
value = ">= 0.5.5"
}