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?
I can't seem to get blast-radius working with the output of
terraform graph.Steps to reproduce:
terraform graph > graph.outdocker run --rm -it -p 8000:5000 --tmpfs /data:ro --security-opt apparmor:unconfined --cap-add=SYS_ADMIN ianyliu/blast-radius-fork --servegraph.outInvalid graph detected! Would you like to reload the page?Has anyone been able to get this working properly?