Data Source: oci_database_vm_clusters

This data source provides the list of Vm Clusters in Oracle Cloud Infrastructure Database service.

Lists the VM clusters in the specified compartment. Applies to Exadata Cloud@Customer instances only. To list the cloud VM clusters in an Exadata Cloud Service instance, use the ListCloudVmClusters operation.

Example Usage

data "oci_database_vm_clusters" "test_vm_clusters" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	display_name = var.vm_cluster_display_name
	exadata_infrastructure_id = oci_database_exadata_infrastructure.test_exadata_infrastructure.id
	state = var.vm_cluster_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

VmCluster Reference

The following attributes are exported: