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

fix: changed hcl2 instead of hcl #88

Closed imangas closed 3 years ago

imangas commented 3 years ago

Main Changes: Changed HCL to HCL2, because is the format currently used by Terraform

Changelog: ec5111a feature: added blast-radius as submodule by Ignacio Mangas

bew commented 3 years ago

Why close? I think it's a good idea to use the hcl2 syntax

imangas commented 3 years ago

This was a mistake. Actually there are a PR to apply HCL2: https://github.com/28mm/blast-radius/pull/84