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

9 lines
129 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
job "foo" {
constraint {
distinct_hosts = "true"
}
}