v0.3.0
Re-releasing this to address the PRs addressing fixes for significant bugs: #86 and #88
Huge shout out to @JackFlukinger for the bulk of this release.
Adds:
- Full nested module support
- RSO rewritten to support nested modules and spotty configuration
- Graph node and edge refactor to generate from resource map instead of going back through plans, states, configs again
- Can make changes to graph output by modifying map
- SVG instead of PNG output -- browsers only allow downloaded images up to some unspecified size. I had some trouble with large graphs not exporting due to this. SVG format makes the images much smaller, and infinitely scalable
- Some map updates, always shows line numbers (even in nested modules) if available
- Nested resources and modules are indented for general readability
- Terraform 1.1.2 support
- SVG export support in CLI with
-genImage true
. Probably does not work with docker, though.