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

14 lines
151 B
HCL

job "foo" {
task "bar" {
driver = "docker"
config {
image = "hashicorp/image"
port_map {
db = 1234
}
}
}
}