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

7 lines
98 B
HCL
Raw Normal View History

job "foo" {
2019-10-11 12:00:05 +00:00
constraint {
attribute = "$attr.kernel.version"
regexp = "[0-9.]+"
}
}