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

10 lines
165 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
job "foo" {
constraint {
attribute = "$attr.kernel.version"
version = "~> 3.2"
}
}