# 使用 Homebrew, Nix 安装 terraform_landscape

查看 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
