This is a Terraform provider for oVirt.
This provider can be used with Terraform 0.13+ from the Terraform registry:
terraform {
required_providers {
ovirt = {
source = "ovirt/ovirt"
}
}
}
provider "ovirt" {
# Configuration options
}
The detailed documentation can be found in the Terraform registry.
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.
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.