Terraform provider for oVirt 4.x
Last updated May 27, 2026
145
Stars
81
Forks
19
Issues
0
Stars/day
Attention Score
74
Language breakdown
No language data available.
▸ Files
click to expand
README
oVirt Terraform provider
This is a Terraform provider for oVirt.
Using this provider
This provider can be used with Terraform 0.13+ from the Terraform registry:
terraform {
required_providers {
ovirt = {
source = "ovirt/ovirt"
}
}
}
provider "ovirt" { # Configuration options }
Documentation
The detailed documentation can be found in the Terraform registry.
Contributing
If you wish to contribute to this Terraform provider please head over to the contributing guide for a detailed tutorial on how to write code here.
History
The original roots of this provider were developed by Maigard at EMSL-MSC and was extensively worked on by imjoey. In 2021 a complete rewrite was made on the basis of go-ovirt-client to support better testability. The original provider can still be found in the v0 branch.
🔗 More in this category