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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
72 B
HCL
Raw Normal View History

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