I can't seem to get blast-radius working with the output of terraform graph.
Steps to reproduce:
Run terraform graph > graph.out
Run the blast-radius-fork Docker container with docker run --rm -it -p 8000:5000 --tmpfs /data:ro --security-opt apparmor:unconfined --cap-add=SYS_ADMIN ianyliu/blast-radius-fork --serve
Copy the contents of graph.out
In the blast-radius web interface, click on the keyboard icon and paste the file contents.
Observe the error Invalid graph detected! Would you like to reload the page?
Has anyone been able to get this working properly?
@calebworks Sorry for the late reply, could you send over the graph you pasted? (No worries if it's inconvenient, just wanted to see if there's anything I can fix)
I can't seem to get blast-radius working with the output of
terraform graph
.Steps to reproduce:
terraform graph > graph.out
docker run --rm -it -p 8000:5000 --tmpfs /data:ro --security-opt apparmor:unconfined --cap-add=SYS_ADMIN ianyliu/blast-radius-fork --serve
graph.out
Invalid graph detected! Would you like to reload the page?
Has anyone been able to get this working properly?