# terraform-provider-libvirt を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:terraform-provider-libvirt
```

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

### macOS

- Homebrew (100%):

```sh
brew install terraform-provider-libvirt
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:terraform-provider-libvirt
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/terraform-provider-libvirt>
- **バージョン:** 0.9.8
- **ソース概要:** Terraform provisioning with Linux KVM using libvirt
- **ホームページ:** <https://github.com/dmacvicar/terraform-provider-libvirt>
- **リポジトリ:** <https://github.com/dmacvicar/terraform-provider-libvirt>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/dmacvicar/terraform-provider-libvirt/archive/refs/tags/v0.9.8.tar.gz>
- **最終更新:** 2026-07-26T00:50:36+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- terraform-provider-libvirt (cli)
- terraform-provider-libvirt (エイリアス)

## 依存関係

- libvirt

## ビルド依存関係

- go
- pkgconf

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.9.8
- マネージャ更新日: 2026-07-26
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/dmacvicar/terraform-provider-libvirt
- 検出された最新: v0.9.8 (最新)
## プロジェクトの歴史と使われ方

terraform-provider-libvirt is a Terraform provider for managing local or remote libvirt virtualization resources such as virtual machines, networks, storage pools, and volumes.

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

The project dates to February 2016, making it one of the older community Terraform providers for local virtualization. Its purpose is to let Terraform manage Linux KVM/libvirt infrastructure through provider resources rather than ad hoc shell scripts or virt-manager workflows.

The current README describes v0.9.0 and later as a complete rewrite of the legacy provider. The legacy v0.8 branch remains available, while the rewritten provider is built on the Terraform Plugin Framework and models libvirt XML schemas more directly through libvirtxml.

### 採用の歴史

The provider has long occupied a practical niche for homelab, workstation, CI, and private-cloud users who want Terraform workflows without a public cloud control plane. The GitHub repository has a large star count for a community provider, and Homebrew packages current releases as a convenient way to install the provider binary outside Terraform's normal provider installer paths.

Its documentation now points users to both the Terraform Registry and the OpenTofu registry, reflecting the post-Terraform-fork packaging world where provider consumers may use either registry ecosystem.

### 使われ方

Users declare `dmacvicar/libvirt` as a required provider and configure a libvirt URI such as `qemu:///system`, `qemu+ssh://.../system`, `qemu+sshcmd://.../system`, or `qemu+tls://.../system`. The provider then manages domains, networks, pools, and volumes using HCL that maps closely to libvirt XML.

The README also documents local development installation under `~/.terraform.d/plugins/registry.terraform.io/dmacvicar/libvirt/dev/linux_amd64/` with a Terraform CLI dev override, which matters to packagers and provider developers testing local builds.

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

For package nerds, terraform-provider-libvirt is a classic non-cloud Terraform provider with awkward packaging edges: it is both a Terraform registry provider and a Homebrew formula, depends on libvirt concepts, and bridges the Terraform provider installation model with local virtualization workflows.

### タイムライン

- 2016: GitHub repository created.
- 2026: v0.9.x releases continue the rewritten Terraform Plugin Framework provider line.
- 2026: Homebrew packages v0.9.8.

### Related projects

- libvirt, KVM, and QEMU are the virtualization stack managed by the provider.
- Terraform Registry and OpenTofu Registry are the documented provider distribution surfaces.

### ソース

- <https://api.github.com/repos/dmacvicar/terraform-provider-libvirt>
- <https://formulae.brew.sh/api/formula/terraform-provider-libvirt.json>
- <https://github.com/dmacvicar/terraform-provider-libvirt#readme>
- <https://registry.terraform.io/providers/dmacvicar/libvirt/latest/docs>


## セキュリティノート

infrastructure mutation or orchestration signal.

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

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** terraform-provider-libvirt
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## 関連リンク

- [Cloud CLI packages](https://pkg.so/ja/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [libvirt](https://pkg.so/ja/brew/libvirt/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [colima](https://pkg.so/ja/brew/colima/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, virtualization.
- [container](https://pkg.so/ja/brew/container/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, virtualization.
- [infracost](https://pkg.so/ja/brew/infracost/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, terraform.
- [terraformer](https://pkg.so/ja/brew/terraformer/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, terraform.
- [govc](https://pkg.so/ja/brew/govc/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, virtualization.
- [virtctl](https://pkg.so/ja/brew/virtctl/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, virtualization.
- [terraform-local](https://pkg.so/ja/brew/terraform-local/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, terraform.
- [terraform-cleaner](https://pkg.so/ja/brew/terraform-cleaner/) - Package names and metadata indicate a similar tool family. Shared terms: cli, cloud, cloud-infrastructure, infrastructure, terraform.
- [terraform-graph-beautifier](https://pkg.so/ja/brew/terraform-graph-beautifier/) - Package names and metadata indicate a similar tool family. Shared terms: cli, cloud, cloud-infrastructure, infrastructure, terraform.
- [aws2-wrap](https://pkg.so/ja/brew/aws2-wrap/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, infrastructure, terraform.

## Combined YAML source

View the package source record on GitHub. [combined/terraform-provider-libvirt.yml](https://github.com/mxcl/pkgdb/blob/main/combined/terraform-provider-libvirt.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
