job j {
task t {
driver = "docker"
config {
image = "nats"
}
}
}
@tgross and another Nomad engineer got me started on jobspec golf. I think this is the shortest Nomad jobspec that hclfmt won't reformat.
If Nomad left stdin open, then exec+cat would be shorter!
Even after all these years I had no idea HCL allowed unquoted block labels.