open-nomad/jobspec/test-fixtures/version-constraint.hcl
2019-10-11 14:00:05 +02:00

7 lines
97 B
HCL

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