github im2nguyen/rover v0.3.0

latest releases: v0.3.3, v0.3.2, v0.3.1...
2 years ago

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.

Don't miss a new rover release

NewReleases is sending notifications on new releases.