-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inframap execution generates a blank image for Terraform infra #239
Comments
Hey there, do you have an example configuration we could use to replicate the issue? |
Hi @kerak19 You can clone the repository from here and try generating an inframap by following these steps:
Let me know if you need any further details! |
Hi @kerak19 any update on this ? |
1 similar comment
Hi @kerak19 any update on this ? |
Hi, unfortunately no updates at this moment as I'm still busy with other Cycloid's properties |
No problem, @kerak19! Just reach out whenever you have time to look into it. |
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!
The text was updated successfully, but these errors were encountered: