Terramaid

A utility for generating Mermaid diagrams from Terraform configurations

APACHE-2.0 License

Downloads
62
Stars
250

Bot releases are hidden (Show)

Terramaid - v1.12.0 Latest Release

Published by RoseSecurity about 1 month ago

What's Changed

Full Changelog: https://github.com/RoseSecurity/Terramaid/compare/v1.11.0...v1.12.0

Terramaid - v1.11.0

Published by RoseSecurity about 2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/RoseSecurity/Terramaid/compare/v1.10.0...v1.11.0

Terramaid - v1.10.0

Published by RoseSecurity about 2 months ago

What's Changed

Full Changelog: https://github.com/RoseSecurity/Terramaid/compare/v1.9.0...v1.10.0

Terramaid - v1.9.0

Published by RoseSecurity 2 months ago

What's Changed

Full Changelog: https://github.com/RoseSecurity/Terramaid/compare/v1.8.0...v1.9.0

Terramaid - v1.8.0

Published by RoseSecurity 3 months ago

Terramaid - v1.7.2

Published by RoseSecurity 3 months ago

What's Changed

Full Changelog: https://github.com/RoseSecurity/Terramaid/compare/v1.7.1...v1.7.2

Terramaid - v1.7.1

Published by RoseSecurity 3 months ago

What's Changed

Full Changelog: https://github.com/RoseSecurity/Terramaid/compare/v1.7.0...v1.7.1

Terramaid - v1.7.0

Published by RoseSecurity 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/RoseSecurity/Terramaid/compare/v1.6.3...v1.7.0

Terramaid - v1.6.3

Published by RoseSecurity 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/RoseSecurity/Terramaid/compare/v1.6.2...v1.6.3

Terramaid - v1.6.2

Published by RoseSecurity 3 months ago

What's Changed

Full Changelog: https://github.com/RoseSecurity/Terramaid/compare/v1.6.1...v1.6.2

Terramaid - v1.6.1

Published by RoseSecurity 4 months ago

What's Changed

Full Changelog: https://github.com/RoseSecurity/Terramaid/compare/v1.6.0...v1.6.1

Terramaid - v1.6.0

Published by RoseSecurity 4 months ago

What's Changed

Full Changelog: https://github.com/RoseSecurity/Terramaid/compare/v1.5.0...v1.6.0

Terramaid - v1.5.0

Published by RoseSecurity 4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/RoseSecurity/Terramaid/compare/v1.4.0...v1.5.0

Terramaid - v1.4.0

Published by RoseSecurity 4 months ago

What's Changed

Full Changelog: https://github.com/RoseSecurity/Terramaid/compare/v1.3.0...v1.4.0

Terramaid - v1.3.0

Published by RoseSecurity 4 months ago

Terramaid - v1.2.1

Published by RoseSecurity 4 months ago

What and Why

  • Add logging utilities for increased verbosity
  • Goreleaser v6 fixes

What's Changed

New Contributors

Full Changelog: https://github.com/RoseSecurity/Terramaid/compare/v1.2.0...v1.2.1

Terramaid - v1.2.0

Published by RoseSecurity 4 months ago

Why

  • Adds support for plan files
  • Adds dynamic output file naming
  • Cleans up error handling
  • Adds test plan file
Terramaid - v1.1.0

Published by RoseSecurity 4 months ago

What and Why

  • Reworks the tooling to utilize terraform graph for more reliable diagrams
Terramaid - v0.1.0

Published by RoseSecurity 5 months ago

What and Why

A utility for generating mermaid diagrams from Terraform plans

Usage

  1. We will generate a Terraform plan file, specifically tf_plan_prod.json:
terraform plan -out tf_plan_prod
  1. After generating the plan file, we will convert it to JSON using Terraform show:
terraform show -json tf_plan_prod > tf_plan_prod.json
  1. Once the JSON plan file has been created, run terramaid against it and look for the populated Terramaid.md file!
terramaid -planfile tf_plan_prod.json
cat Terramaid.md

Output:

graph TD;
67(aws_iam_policy) -->|created| 68(aws_iam_policy.policy)
69(aws_s3_bucket) -->|created| 70(aws_s3_bucket.this)
Package Rankings
Top 42.83% on Formulae.brew.sh
Top 7.57% on Proxy.golang.org
Badges
Extracted from project README
Open in GitHub Codespaces
Related Projects