macOS
brew install terraform-graph-beautifierlocal Homebrew formula metadata
brew
CLI to beautify terraform graph output. Version 0.3.4 via Homebrew; verified from local package data.
install
brew install terraform-graph-beautifierlocal Homebrew formula metadata
overview
CLI to beautify terraform graph output
history
terraform-graph-beautifier is a niche Terraform visualization CLI that transforms the raw Graphviz DOT output from `terraform graph` into more readable HTML, Cytoscape JSON, or cleaned Graphviz output.
The pcasteran/terraform-graph-beautifier repository was created on GitHub in April 2020. The README frames the project as a command-line tool for converting the barely usable output of `terraform graph` into something more meaningful and explanatory.
The project has a narrow adoption profile: the input package facts list Homebrew as its package-manager surface, while the official README documents release binaries, `go install`, and GitHub Container Registry images for Linux and Darwin. That pattern fits a specialist Terraform debugging tool rather than a general-purpose Terraform companion.
The documented workflow pipes `terraform graph` into `terraform-graph-beautifier` and redirects the result to an HTML file. Internally, the tool parses Terraform's DOT script, removes Terraform-generated noise, normalizes node names, and emits Cytoscape HTML, Cytoscape JSON, or Graphviz output.
Its package-nerd significance is as a small example of Terraform's Unix-pipeline culture: Terraform emits DOT, this CLI filters and enriches it, and the user can then view the result in a browser or feed it to Graphviz tooling. It is most useful to operators inspecting module dependency graphs rather than to every Terraform user.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
terraform-graph-beautifier | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/pcasteran/terraform-graph-beautifier
install metadata
| Package key | brew:terraform-graph-beautifier |
|---|---|
| Version | 0.3.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/terraform-graph-beautifier |
| Homepage | https://github.com/pcasteran/terraform-graph-beautifier |
| Repository | https://github.com/pcasteran/terraform-graph-beautifier |
| Upstream docs | https://github.com/pcasteran/terraform-graph-beautifier#readme |
| License | Apache-2.0 |
| Source archive | https://github.com/pcasteran/terraform-graph-beautifier/archive/refs/tags/v0.3.4.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | terraform-graph-beautifier |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.