open-nomad/jobspec/test-fixtures/task-nested-config.hcl

17 lines
219 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
job "foo" {
task "bar" {
driver = "docker"
config {
image = "hashicorp/image"
port_map {
db = 1234
}
}
}
}