# terraform-graph-beautifier を Homebrew でインストール

terraform-graph-beautifier のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:terraform-graph-beautifier
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install terraform-graph-beautifier
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:terraform-graph-beautifier
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.3.4
- **ソース概要:** CLI to beautify terraform graph output
- **ホームページ:** <https://github.com/pcasteran/terraform-graph-beautifier>
- **リポジトリ:** <https://github.com/pcasteran/terraform-graph-beautifier>
- **最終更新:** 2026-07-26T00:50:35+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- terraform-graph-beautifier (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.3.4
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2020: GitHub repository created.
- 2020: v0.1.1 and v0.2.0 releases published.
- 2022: v0.3.0 beta series published.
- 2024: v0.3.4 listed as the latest GitHub release during research.

### Related projects

- The README directly depends on Terraform's `terraform graph` command, Graphviz DOT, and Cytoscape.js as the browser rendering target for the default HTML output.

### ソース

- <https://api.github.com/repos/pcasteran/terraform-graph-beautifier>
- <https://github.com/pcasteran/terraform-graph-beautifier#readme>
- <https://github.com/pcasteran/terraform-graph-beautifier/releases>
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Combined YAML source

View the package source record on GitHub. [combined/terraform-graph-beautifier.yml](https://github.com/mxcl/pkgdb/blob/main/combined/terraform-graph-beautifier.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
