This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| terraform graph | dot -Tsvg > graph.svg | |
| inkscape -z -e frontofficev2.png -w 1000 -h 1000 graphg.svg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| python - <<EOF | |
| from json2html import * | |
| with open("report.json", "r") as f: | |
| with open("report.html", "w") as nf: | |
| nf.write(json2html.convert(json = f.read())) | |
| EOF |
NewerOlder