28mm / blast-radius

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

add dockerfile which runs blast-radius from source-dir #6

Closed bucrogers closed 6 years ago

bucrogers commented 6 years ago

simple cut at a docker image as an alternative way to run blast-radius - good way to have others on my team try it without installing the py packages

builds blast-radius from source

runs 'terraform init' then blastradius

28mm commented 6 years ago

Thanks @brogersyh, this looks like a nice solution to the dependency issues folks have run into...

I should have a chance to test/merge tomorrow :)