iganari / package-terraform

My Terraform Knowledge
0 stars 0 forks source link

graph コマンド #14

Open iganari opened 4 years ago

iganari commented 4 years ago
terraform graph
pip install graphviz
terraform graph -draw-cycles | dot -Tsvg > graph.svg

https://dev.classmethod.jp/articles/terraform-securitygroup-cycle-fix/