open-nomad/jobspec/test-fixtures/distinctProperty-constraint.hcl
2017-03-07 14:48:54 -08:00

6 lines
80 B
HCL

job "foo" {
constraint {
distinct_property = "${meta.rack}"
}
}