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.76k stars 95 forks source link

Inframap execution given a blank image for Terraform #236

Open guillermocol opened 1 month ago

guillermocol commented 1 month ago

Hello,

I have been testing inframap with the repo module-magento and the graphs are created correctly using

inframap generate ./terraform/module-magento/ | dot -Tpng > inframap.png

However, I try one of my repos that is using one of the latest terraform versions and it doesn't fail the execution, but the image that is generated is just a white blank square. Did you see this behaviour before? I believe it may be a compatibility with the terraform version?

The folder I point to, it contains terraform files as the magento has also which I don't understand if they are with similar structure, perhaps is there any correlation with versions or is there something else?

Thank you in advance, GCM

guillermocol commented 1 month ago

Hello Cycloidio team,

I have tried to use the --raw flag, but it didn't work out for me. It still shows blank image. Any possible thoughts? Thank you for your help! GCM