suzuki-shunsuke/tfaction

Embed the dependency graph by `terraform graph` and Mermaid in documents

Opened this issue · 0 comments

Feature Overview

Embed the dependency graph by terraform graph and Mermaid in documents.

Why is the feature needed?

Dependency graph is useful to understand the infrastructure.

Example Code

tfaction-yaml

docs:
  terraform-docs: true
  dependency-graph: true

tfaction.yaml

docs:
  terraform-docs: true
  dependency-graph: true

Note