github.com/ncodes/nomad@v0.5.7-0.20170403112158-97adf4a74fb3/jobspec/test-fixtures/regexp-constraint.hcl (about) 1 job "foo" { 2 constraint { 3 attribute = "$attr.kernel.version" 4 regexp = "[0-9.]+" 5 } 6 }