-1

I'm new to Graphviz and I'm getting a distorted image of my DOT file generated from terraform graph command which I'm trying to either lighten or increase the height of elements because they are really thin compared to their width.

To give you an example of the problem I'm facing (this is a really big schema): enter image description here

Vincent Caggiari
  • 307
  • 2
  • 10

1 Answers1

0

The issue seems to be related to terraform graph which outputs everything on the same subgraph/rank.

Someone did a beautifier to solve this: https://github.com/pcasteran/terraform-graph-beautifier

Vincent Caggiari
  • 307
  • 2
  • 10