github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/jobspec/test-fixtures/version-constraint.hcl (about)

     1  job "foo" {
     2    constraint {
     3      attribute = "$attr.kernel.version"
     4      version   = "~> 3.2"
     5    }
     6  }