oci_ocvp_datastore_cluster

This resource provides the Datastore Cluster resource in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.

Creates a Oracle Cloud VMware Solution Datastore Cluster.

Example Usage

resource "oci_ocvp_datastore_cluster" "test_datastore_cluster" {
	#Required
	availability_domain = var.datastore_cluster_availability_domain
	compartment_id = var.compartment_id
	datastore_cluster_type = var.datastore_cluster_datastore_cluster_type
	display_name = var.datastore_cluster_display_name

	#Optional
	datastore_ids = var.datastore_cluster_datastore_ids
	defined_tags = {"Operations.CostCenter"= "42"}
	freeform_tags = {"Department"= "Finance"}
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Datastore Cluster * update - (Defaults to 20 minutes), when updating the Datastore Cluster * delete - (Defaults to 20 minutes), when destroying the Datastore Cluster

Import

DatastoreClusters can be imported using the id, e.g.

$ terraform import oci_ocvp_datastore_cluster.test_datastore_cluster "id"