oVirt / terraform-provider-ovirt

Terraform provider for oVirt 4.x

Home Page:https://registry.terraform.io/providers/oVirt/ovirt/latest/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Terraform provider for oVirt 4.x

https://registry.terraform.io/providers/oVirt/ovirt/latest/docs

License:Other


Languages

Language:Go 99.1%Language:Assembly 0.6%Language:Makefile 0.3%