open-nomad/jobspec/test-fixtures/distinctProperty-constraint.hcl

6 lines
80 B
HCL
Raw Normal View History

2017-03-07 22:20:02 +00:00
job "foo" {
constraint {
distinct_property = "${meta.rack}"
}
}