28mm / blast-radius

Interactive visualizations of Terraform dependency graphs using d3.js
https://28mm.github.io/blast-radius-docs/
MIT License
2.05k stars 258 forks source link

All I see is the graphviz svg graph #83

Open psoares opened 4 years ago

psoares commented 4 years ago

I tried using the blast-radius through docker on windows 10, with terraform 0.13 It starts up fine, but the rendered result is just a broken toolbar (none of the buttons or the dropdown works), and the graph as generated by graphviz:

image

The data seems to not be parsed properly. See javascript console below... data is undefined: image

When I click the the red icon on the toolbar, the container logs show the following: image

Jrc356 commented 4 years ago

I just made a PR that replaces pyhcl with python-hcl2 and found that it cleared up a bunch of my parsing errors. This is slightly different than the errors I was getting (unless this is not the full log?) but perhaps it could help out?

Here's the fork: https://github.com/Jrc356/blast-radius just clone that guy and run a pip install . in the cloned dir then use as normal