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

7 lines
107 B
HCL
Raw Normal View History

job "foo" {
constraint {
attribute = "$attr.kernel.version"
version = "~> 3.2"
}
}