Terramaid icon indicating copy to clipboard operation
Terramaid copied to clipboard

A utility for generating Mermaid diagrams from Terraform plans

Results 8 Terramaid issues
Sort by recently updated
recently updated
newest added

Would be good to also support OpenTofu

blocked

**Is your feature request related to a problem? Please describe.** When using Terramaid to generate diagrams for more complex/large environments, the diagram does not get generated correctly since it conflicts...

feature

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/RoseSecurity/Terramaid). --- > [!WARNING] > Renovate failed to...

**Describe the bug** Trying Terramaid for the first time and when seeing the preview in IntelliJ with the mermaid plugin installed I get a parse error. Relatively simple terraform configuration....

bug

**Is your feature request related to a problem? Please describe.** If your module contains a module that is sourced via git: ``` module "postgres" { count = var.postgres.enabled ? 1...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | golang.org/x/mod | `v0.29.0` -> `v0.30.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fmod/v0.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fmod/v0.29.0/v0.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING]...

Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.29.0 to 0.30.0. Commits 7416265 go.mod: update golang.org/x dependencies 5517a71 all: fix some comments b6cdd1a modfile: use reflect.TypeFor instead of reflect.TypeOf See full diff in compare view...

dependencies
go

hi, thanks for the package! thought I would make a issue to track any decisions around getting [architecture](https://mermaid.js.org/syntax/architecture.html) diagram types in. I saw it was mentioned in #41 but figured...