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

Hcl2 and Azure support (plus some additional additions/fixes) #92

Open obourdon opened 3 years ago

obourdon commented 3 years ago

Update to Terraform 0.12.30 is a must (from my standpoint) because it allows to access remote state from future Terraform versions, HCL2 support is also a must In our case we also use Terraform AzureRM provider and therfore the az CLI seems to be mandatory to have in the image to be able to interact with Azure resources

whatnick commented 3 years ago

I am interested in getting TF 13 support and better HCL parsing. Shall we get a fork maintained or try our best to rouse the maintainer ?

caiconkhicon commented 3 years ago

I tried your PR with Terraform 0.13.6 and it didn't work. Do you have time to update it to work with newer versions of TF? Thanks a lot.