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