asannou/tfmermaid

Convert an output of Terraform graph to Mermaid's syntax.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
fileName of the file in which the converted output is embedded. This file must contain the following target code blocks: ~~~ ```mermaid %%tfmermaid ``` ~~~ README.md
labelLabel to identify the target code block, for example: ~~~ ```mermaid %%tfmermaid:label ``` ~~~ ""
orientationSee [Flowchart Orientation](https://mermaid-js.github.io/mermaid/#/flowchart?id=flowchart-orientation).LR
arrow-directionDirection of arrows, e.g. `forward` or `reverse`.reverse
arrow-lengthLength of arrows linked to `var` or `output`.2
includeComma-separated names of included types, e.g. `provider`.""
excludeComma-separated names of excluded types, e.g. `var,local,output,data,_orphan`. `_orphan` means unlinked node.""
working-directoryWorking directory../
terraform-versionTerraform version.<1.7.0

no outputs