Definition:

  • generates a Terraform Resource Graph (dependency graph) visual representation of a configuration or execution plan that you can use to generate charts
  • generate image:
    • terraform graph -type=plan | dot -Tpng >graph.png

Synopsis:

  • terraform graph [options]

List of options: