Automic VaultAutomic Vault

brew

aztfexport を Homebrew, Nix, scoop, winget でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install aztfexport

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#aztfexport

nixpkgs package indexes · pkgs/by-name/az/aztfexport/package.nix · ソース: api.github.com

Windows

Scoop確認済み · 92%
scoop install main/aztfexport

Scoop official bucket manifest trees · bucket/aztfexport.json · ソース: api.github.com

Windows Package Manager確認済み · 92%
winget install --id Microsoft.Azure.AztfExport -e

Windows Package Manager source index · Microsoft.Azure.AztfExport · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Bring your existing Azure resources under the management of Terraform

コマンドとエイリアス

  • aztfexport

履歴

プロジェクトの歴史と使われ方

Azure Export for Terraform, packaged as `aztfexport`, is Microsoft's CLI for bringing existing Azure resources under Terraform management. It addresses the awkward middle state many cloud teams reach: infrastructure exists in Azure, Terraform is the desired control plane, and manually writing imports plus HCL for every resource is error-prone work.

プロジェクトの歴史

The Azure/aztfexport repository was created in August 2021, with v0.0.1 published the same month. The official README states the goal directly: export supported Azure resources into Terraform state and generate corresponding Terraform configuration so that `terraform plan` shows no diff against remote state.

The tool's implementation history is closely tied to the Terraform Azure ecosystem. The README says it supports both the Terraform AzureRM provider and Azure AzAPI provider, uses `aztft` to identify Terraform resource types from Azure resource IDs, runs `terraform import` under the hood, and then uses `tfadd` to generate Terraform HCL from state.

The release stream moved quickly through early 0.x releases in 2021 and 2022, reached v0.12.0 in May 2023, and continued through v0.19.0 in January 2026. Microsoft Learn now hosts scenario-oriented Azure Export for Terraform documentation alongside the GitHub README.

採用の歴史

The official README documents several install paths: GitHub releases, `go install`, WinGet, Homebrew for Linux/macOS, Microsoft package repositories for dnf and apt, and AUR. The batch input also lists Homebrew, Nix, Scoop, and WinGet, which reflects its audience across Terraform-heavy local development, Windows admin desktops, and Linux automation environments.

使われ方

Users run `aztfexport` against Azure resources or resource groups to produce Terraform state and configuration, with Terraform itself required on PATH. The generated HCL is explicitly scoped: it is meant to be consistent with remote state and suitable for management, not guaranteed to be a complete reproducible design for the infrastructure.

The tool creates `~/.aztfexport/config.json` for settings managed by `aztfexport config`, including an installation id and telemetry opt-out setting.

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

Aztfexport is important to package nerds because it packages a messy import workflow into a repeatable CLI while still depending on a real Terraform binary. That makes versioning and distribution matter: the user is coordinating the Azure CLI/auth environment, Terraform, provider behavior, and this exporter.

It is also a good example of a cloud-vendor tool that grew around community-adjacent components. Microsoft owns the CLI, but the README openly names `aztft` and `tfadd` as the engines behind provider-type detection and HCL generation.

タイムライン

  • 2021: Azure/aztfexport repository created.
  • 2021: v0.0.1 release published.
  • 2022: v0.8.0 release published.
  • 2023: v0.12.0 and v0.14.0 releases published.
  • 2026: v0.19.0 release published.

Related projects

  • The README explicitly relates Azure Export for Terraform to Terraform, the Terraform AzureRM provider, the Terraform AzAPI provider, aztft, and tfadd.

ソース

  • GitHub releases API lists v0.0.1 on 2021-08-28 and v0.19.0 on 2026-01-27.
  • GitHub repository metadata: created_at 2021-08-14.
  • Microsoft Learn provides official Azure Export for Terraform overview and advanced scenario docs.
  • Official README documents goal, providers, Terraform import workflow, dependencies, install paths, config file, and limitations.
  • input.source_facts.package-manager lists Homebrew, Nix, Scoop, and WinGet packaging.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.aztfexport/config.json

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
aztfexportcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-08
マネージャ版0.19.0
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/Azure/aztfexport

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報No cached GitHub release or tag data was available.https://github.com/Azure/aztfexport信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:aztfexport
バージョン0.19.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/aztfexport
ホームページhttps://azure.github.io/aztfexport/
リポジトリhttps://github.com/Azure/aztfexport
上流ドキュメントhttps://github.com/Azure/aztfexport
ライセンスMPL-2.0
ソースアーカイブhttps://github.com/Azure/aztfexport.git
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameaztfexport
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

aztfexport

nix profile install nixpkgs#aztfexport
  • normalized package name match
  • 一致条件: Aztfexport
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/az/aztfexport/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Scoop95%

main/aztfexport

scoop install main/aztfexport
  • normalized package name match
  • 一致条件: Aztfexport
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/aztfexport.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Microsoft.Azure.AztfExport

winget install --id Microsoft.Azure.AztfExport -e
  • normalized package name match
  • 一致条件: Aztfexport
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Microsoft.Azure.AztfExport from https://cdn.winget.microsoft.com/cache/source.msix

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment