# terraformer を Homebrew, chocolatey, MacPorts, Nix, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:terraformer
```

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

### macOS

- Homebrew (100%):

```sh
brew install terraformer
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install terraformer
```

  証拠: MacPorts ports tree: sysutils/terraformer/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#terraformer
```

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

### Windows

- Chocolatey (92%):

```sh
choco install terraformer
```

  証拠: Chocolatey community package catalog: terraformer from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='6.5836','capture'

- Scoop (92%):

```sh
scoop install main/terraformer
```

  証拠: Scoop official bucket manifest trees: bucket/terraformer.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id WazeSRE.Terraformer -e
```

  証拠: Windows Package Manager source index: WazeSRE.Terraformer from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:terraformer
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.8.30
- **ソース概要:** CLI tool to generate terraform files from existing infrastructure
- **ホームページ:** <https://github.com/GoogleCloudPlatform/terraformer>
- **リポジトリ:** <https://github.com/GoogleCloudPlatform/terraformer>
- **最終更新:** 2026-07-26T00:50:36+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- terraformer (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Terraformer is a Waze SRE-created CLI, hosted under GoogleCloudPlatform, that generated Terraform configuration and state from existing infrastructure, a workflow often described as reverse Terraform.

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

The repository was created in May 2019 and the README identifies the tool as a Waze SRE project, not an official Google product. Its core idea was to inspect already-deployed resources and generate Terraform `.tf`, JSON, and `tfstate` files so teams could bring existing infrastructure under infrastructure-as-code management.

Terraformer grew into a broad multi-provider importer. The README lists major cloud providers such as Google Cloud, AWS, Azure, AliCloud, and IBM Cloud, as well as Kubernetes, GitHub, GitLab, Datadog, PagerDuty, Vault, Okta, Auth0, and many smaller provider targets.

The project is now deprecated. The README states that as of March 16, 2026, the repository was archived, made read-only, and would receive no further updates, security patches, or support.

### 採用の歴史

Terraformer became one of the better-known tools for bootstrapping Terraform from brownfield environments, especially for teams inheriting manually created cloud resources. Its large GitHub star count, broad provider list, and availability through Homebrew, Chocolatey, MacPorts, Nix, Scoop, and winget show unusually wide package-manager reach for a Terraform-adjacent CLI.

Homebrew analytics show thousands of installs over the previous year, higher than the other Terraform helper tools in this batch. The archived status changes its adoption profile: it remains important historically and for existing workflows, but new users must weigh the lack of maintenance and security support.

### 使われ方

The primary command is `terraformer import [provider]`, with flags for resources, regions, filters, output format, generated path layout, state storage, and optional remote state upload. Users can import all resources, exclude services, filter by IDs or attributes, or create and edit a plan file before importing.

Terraformer uses Terraform providers and was designed so newly supported resources could be picked up by upgrading the relevant Terraform providers. The README also notes Terraform 0.13 support and directs older Terraform 0.11 users to v0.7.9.

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

For package nerds, Terraformer is the heavyweight entry in this batch: a large Go CLI with many provider integrations, wide package-manager distribution, and a clear lifecycle story from popular brownfield-import tool to archived dependency that may need replacement or pinning.

### タイムライン

- 2019: GitHub repository created and publicized as a Waze SRE reverse-Terraform tool.
- 2022-2025: 0.8.x releases continued through v0.8.30.
- 2026: Repository archived on March 16 and declared deprecated in the README.
- 2026: Homebrew continues to package v0.8.30.

### Related projects

- Terraform providers are the underlying integration layer Terraformer uses to generate configuration for supported services.
- Terraform import and provider-specific import documentation are adjacent workflows for bringing existing resources under Terraform.

### ソース

- <https://api.github.com/repos/GoogleCloudPlatform/terraformer>
- <https://api.github.com/repos/GoogleCloudPlatform/terraformer/releases>
- <https://formulae.brew.sh/api/formula/terraformer.json>
- <https://github.com/GoogleCloudPlatform/terraformer#readme>


## セキュリティノート

infrastructure mutation or orchestration signal.

- **Geiger リスク:** orange / 中
- infrastructure mutation or orchestration signal

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

- Nix - terraformer: normalized package name match | nixpkgs package indexes: pkgs/by-name/te/terraformer/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - terraformer: normalized package name match | MacPorts ports tree: sysutils/terraformer/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - terraformer: normalized package name match | Chocolatey community package catalog: terraformer from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='6.5836','capture'
- Scoop - main/terraformer: normalized package name match | Scoop official bucket manifest trees: bucket/terraformer.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - WazeSRE.Terraformer: normalized package name match | Windows Package Manager source index: WazeSRE.Terraformer from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/terraformer.yml](https://github.com/mxcl/pkgdb/blob/main/combined/terraformer.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
