actions-marketplace-validations/tfmermaid

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

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 8, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/asannou_tfmermaid-action@bda771bdc7afd2dc4b29b5d74e6ab359557e1bb6 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

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