tfmermaid-action icon indicating copy to clipboard operation
tfmermaid-action copied to clipboard

Github Action for converting an output of Terraform graph to Mermaid's syntax.

Results 4 tfmermaid-action issues
Sort by recently updated
recently updated
newest added

👋 Hi @asannou - thanks for `tfmermaid-action`! Most significantly, this PR addresses issue #2 by exposing an input through which uses can specify the desired Terraform version for `tfmermaid-action` to...

adds `terraform_version` input to optionally specify the terraform version to use, "latest" by default.

Because `tfmermaid-action` utilizes [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) -- and because `tfmermaid-action` does not expose an input through which users can specify a desired [terraform_version](https://github.com/hashicorp/setup-terraform/blob/main/action.yml#L12-L14) , `tfmermaid-action` results in the following error when the...

Significant changes to the `terraform graph` outputs since the last release of this action means that the index.mjs file no longer parses the output of the graph command properly. Steps...