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

7 lines
97 B
HCL
Raw Normal View History

job "foo" {
2019-10-11 12:00:05 +00:00
constraint {
attribute = "$attr.kernel.version"
version = "~> 3.2"
}
}