28mm / blast-radius

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

Using blast-radius for the first time #82

Closed joesan closed 3 years ago

joesan commented 3 years ago

I did go through the documentation and installed Graphviz on my Ubuntu. I had Terraform and Python 3.8 already on my machine. I just ran blast-radius on my machine against the folder where I did a terraform init. I get a message like below:

Error.
Something has gone wrong. Please check the following:
Is Graphviz installed?
Is Terraform installed?
Is this an init-ed Terraform project?

The problem is that the error is not descriptive and specific enough. I have all the 3 pre-requisites installed and configured. Any thoughts what could this error be? How can I fix this?

joesan commented 3 years ago

Ok I got it to work! The problem was on my side. The terraform init did not run fully and there was no terraform file created for my infrastructure which is why I got this error. It stands fixed now!