Skip to content

Pasting output of terraform graph into web interface results in Invalid graph detected! #45

Description

@calebworks

I can't seem to get blast-radius working with the output of terraform graph.

Steps to reproduce:

  1. Run terraform graph > graph.out
  2. 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
  3. Copy the contents of graph.out
  4. In the blast-radius web interface, click on the keyboard icon and paste the file contents.
  5. Observe the error Invalid graph detected! Would you like to reload the page?

Has anyone been able to get this working properly?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions