Hello,
I have been using Inframap with the module-magento repository, and the graphs are generated correctly with the following command:
inframap generate ./terraform/module-magento/ | dot -Tpng > inframap.png
However, when I try the same approach on another repository, the execution completes without errors, but the generated image is just a blank white square. Interestingly, when I test with a much smaller Terraform configuration (with fewer resources), Inframap generates the graph as expected.
Has anyone encountered this behavior before? Could there be any reason why the larger Terraform configurations are resulting in blank images?
@kerak19, I would appreciate any insights you might have.
Thank you in advance!