Releases: cycloidio/inframap
Releases · cycloidio/inframap
v0.7.0
Added
- New flag
--description-file
to generate a description file of the Graph Nodes
(Issue #178) graphviz
is now in the Docker image so no need of external tools to generate the graph by @agalazis
(PR #221)
Changed
- Updated the
tfdocs
version
(PR #198) - The generate command will now print more suitable node names if
alternative-node-names
flag is used.
It's turned off by default
(Issue #230)
v0.6.7
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
Changed
- Reduced the number of Nodes on Azurerm
(PR #143)
Fixed
- Multiple modules connecting between them now works correctly
(Issue #141)
v0.6.5
v0.6.4
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
v0.6.2
v0.6.1
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)