open-nomad/jobspec/test-fixtures/distinctProperty-constraint.hcl
2019-07-20 16:55:07 +02:00

6 lines
72 B
HCL

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