unbounce / iidy

iidy (Is it done yet?) -- CloudFormation with Confidence
MIT License
52 stars 7 forks source link

Support rendering of multiple YAML documents #128

Closed jpb closed 6 years ago

jpb commented 6 years ago

Support rendering of multiple YAML documents within a single file, for example:

---
foo: bar
---
baz: qux

This would be very useful when using iidy rendering for non-Cloudformation YAML files.

jpb commented 6 years ago

Implemented by #133