# Installer terraform_landscape avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de terraform_landscape pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install terraform_landscape
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:terraform_landscape
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.3.4
- **Résumé source:** Improve Terraform's plan output
- **Page d'accueil:** <https://github.com/coinbase/terraform-landscape>
- **Dépôt:** <https://github.com/coinbase/terraform-landscape>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- landscape (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.3.4
## Historique du projet et usages

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

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

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


## Sources

- 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
