# terraform_landscape mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für terraform_landscape in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install terraform_landscape
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Paketfakten

- **Paketschlüssel:** brew:terraform_landscape
- **Paketmanager:** Homebrew
- **Version:** 0.3.4
- **Quellzusammenfassung:** Improve Terraform's plan output
- **Homepage:** <https://github.com/coinbase/terraform-landscape>
- **Repository:** <https://github.com/coinbase/terraform-landscape>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- landscape (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.3.4
## Projektgeschichte und Nutzung

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

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

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


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- 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)


## Quellen

- 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
