caution init generated an invalid template: build { run = ... } and bare keys the parser silently ignores, producing a config with no run command.
- Generate
unit "default" { command }, plus properresources/network/buildblocks - Use
unit "default"in the example HCL (the API only reads thedefaultunit) - Fix pre-existing
http.portu16-vs-string test assertions so the suite compiles
`caution init` generated an invalid template: `build { run = ... }` and bare keys the parser silently ignores, producing a config with no run command.
- Generate `unit "default" { command }`, plus proper `resources`/`network`/`build` blocks
- Use `unit "default"` in the example HCL (the API only reads the `default` unit)
- Fix pre-existing `http.port` u16-vs-string test assertions so the suite compiles