asannou/tfmermaid
Convert an output of Terraform graph to Mermaid's syntax.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Name of the file in which the converted output is embedded. This file must contain the following target code blocks: ~~~ ```mermaid %%tfmermaid ``` ~~~ | — | README.md |
| label | Label to identify the target code block, for example: ~~~ ```mermaid %%tfmermaid:label ``` ~~~ | — | "" |
| orientation | See [Flowchart Orientation](https://mermaid-js.github.io/mermaid/#/flowchart?id=flowchart-orientation). | — | LR |
| arrow-direction | Direction of arrows, e.g. `forward` or `reverse`. | — | reverse |
| arrow-length | Length of arrows linked to `var` or `output`. | — | 2 |
| include | Comma-separated names of included types, e.g. `provider`. | — | "" |
| exclude | Comma-separated names of excluded types, e.g. `var,local,output,data,_orphan`. `_orphan` means unlinked node. | — | "" |
| working-directory | Working directory. | — | ./ |
| terraform-version | Terraform version. | — | <1.7.0 |
Outputs
no outputs