You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for the ovirt_datacenter resource to manage a datacenter in ovirt.
Please describe the solution you'd like
Using the Terraform ovirt provider, one should be able to create/manage a new datacenter using the following (sample):
# applicable to ovirt 4.5+ (may be backwards compatible with older versions)
resource "ovirt_datacenter" "test" {
name = "test"
description = "This is a test datacenter"
storage_type = "shared" # shared/local
compatibility_version = "4.7"
quota_mode = "disabled" # disabled, enforced, audit
comment = "These are some comments"
}
Please describe your use case
Currently, there does not exist a method to manage an ovirt datacenter. This would add support to be able to create/manage a datacenter in ovirt with Terraform.
The text was updated successfully, but these errors were encountered:
Please describe what you would like to see
Add support for the
ovirt_datacenter
resource to manage a datacenter in ovirt.Please describe the solution you'd like
Using the Terraform ovirt provider, one should be able to create/manage a new datacenter using the following (sample):
Please describe your use case
Currently, there does not exist a method to manage an ovirt datacenter. This would add support to be able to create/manage a datacenter in ovirt with Terraform.
The text was updated successfully, but these errors were encountered: