# terraform_landscape を Homebrew, Nix でインストール

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

## インストール

```sh
sudo av install brew:terraform_landscape
```

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

### macOS

- Homebrew (100%):

```sh
brew install terraform_landscape
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#terraform-landscape
```

  証拠: nixpkgs package indexes: pkgs/by-name/te/terraform-landscape/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:terraform_landscape
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.3.4
- **ソース概要:** Improve Terraform's plan output
- **ホームページ:** <https://github.com/coinbase/terraform-landscape>
- **リポジトリ:** <https://github.com/coinbase/terraform-landscape>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- landscape (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Terraform Landscape is Coinbase's Ruby CLI for reformatting `terraform plan` output into a more readable command-line diff.

### プロジェクトの歴史

Coinbase created the repository in February 2017 and described the tool as a way to make Terraform plan output easier to read and understand. The README shows before-and-after screenshots and documents a simple Unix pipeline: pipe `terraform plan` output into `landscape`.

The project was distributed primarily as the `terraform_landscape` RubyGem with a `landscape` executable, and the README also documents Homebrew installation. Later releases reached v0.3.4 in 2021, while the README still notes Terraform 0.11.x as its expected Terraform version.

### 採用の歴史

Terraform Landscape found adoption among users reviewing Terraform plans in terminals and CI logs, especially before Terraform's own plan UI and ecosystem tooling matured. Its Homebrew formula and RubyGem packaging made it easy to insert into local workflows without changing Terraform itself.

Current Homebrew install counts are low, and the Terraform 0.11.x requirement marks it as more of a legacy plan-formatting tool than a modern Terraform workflow default.

### 使われ方

The documented usage is intentionally small: run `terraform plan ... | landscape`, or pipe plan output into a Docker image built from the repository. That simplicity made it friendly to shell pipelines, CI jobs, and package-manager installation.

### パッケージ好きにとっての重要性

For package nerds, Terraform Landscape is a good example of a tiny formatter with several distribution surfaces: RubyGems for the executable, Homebrew for macOS users, and Docker for isolated command-line use.

### タイムライン

- 2017: GitHub repository created by Coinbase.
- 2019: v0.3.0 series releases published.
- 2021: v0.3.4 released, the version packaged by Homebrew.

### Related projects

- Terraform is the source of the plan output consumed by Landscape.
- RubyGems and Homebrew are the documented package channels.

### ソース

- <https://api.github.com/repos/coinbase/terraform-landscape>
- <https://api.github.com/repos/coinbase/terraform-landscape/releases>
- <https://formulae.brew.sh/api/formula/terraform_landscape.json>
- <https://github.com/coinbase/terraform-landscape#readme>


## セキュリティノート

narrow executable package without higher-risk signals.

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

## 他のパッケージマネージャ記録

- Nix - terraform-landscape: normalized package name match | nixpkgs package indexes: pkgs/by-name/te/terraform-landscape/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

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