cycloidio / inframap

Read your tfstate or HCL to generate a graph specific for each provider, showing only the resources that are most important/relevant.
MIT License
1.72k stars 95 forks source link

generate: Fix issue with repeated modules #147

Closed xescugc closed 3 years ago

xescugc commented 3 years ago

We where just printing the 'canonical' of the module, so reused/repeated ones where giving 'already exists Node'. Now we use the full 'Addr.String()' which takes that into account and prefixes it with '[i]'.

Thanks @PePoDev for the example so it could be tested and solved :)

Closes #103