Inframap Versions Save

Read your tfstate or HCL to generate a graph specific for each provider, showing only the resources that are most important/relevant.

v0.6.7

2 years ago

Fixed

  • Prune was not working with old TF versions because of the depends_on (Issue #144)
  • Repeated/Reused modules on TFState now work properly (Issue #103)

v0.6.6

2 years ago

Changed

  • Reduced the number of Nodes on Azurerm (PR #143)

Fixed

  • Multiple modules connecting between them now works correctly (Issue #141)

v0.6.5

2 years ago

Changed

  • Terraform version from 0.15.1 to 0.15.3 (PR #139)

v0.6.4

3 years ago

Changed

  • Terraform version from 0.14.10 to 0.15.1 (PR #129)

Fixed

  • When generating code from HCL errors are now displayed properly (Issue #120)

v0.6.3

3 years ago

Changed

  • Terraform version from 0.14.9 to 0.14.10 (PR #128)

v0.6.2

3 years ago

Added

Changed

  • Terraform version from 0.14.8 to 0.14.9 (PR #114)

v0.6.1

3 years ago

Changed

  • Terraform version from 0.14.6 to 0.14.8 (PR #114)
  • The flags --hcl and --tfstate are no longer required, the type will be guessed now (Issue #101)

Fixed

  • Multiple modules with same resource name now work correctly using full module name module.NAME.aws_instance.NAME2 (Issue #103)

v0.6.0

3 years ago

Added

  • Support for TF State V3 (which is TF 0.11) (Issue #74)

Changed

  • Terraform version from 0.14.6 to 0.14.7 (PR #107)

Fixed

  • Improved the mutate logic to consider more data before removing the edges (PR #106)

v0.5.2

3 years ago

Changed

  • Terraform version from 0.14.5 to 0.14.6 (PR #92)

v0.5.1

3 years ago

Changed

  • Terraform version from 0.14.4 to 0.14.5 (PR #92)