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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
151 B
HCL
Raw Normal View History

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