oci_database_cloud_vm_cluster_iorm_config

This resource provides the Cloud Vm Cluster Iorm Config resource in Oracle Cloud Infrastructure Database service.

Updates IORM settings for the specified Cloud Vm Cluster.

The UpdateCloudVmClusterIormConfig API is used for Cloud Vm Cluster.

Example Usage

resource "oci_database_cloud_vm_cluster_iorm_config" "test_cloud_vm_cluster_iorm_config" {
	#Required
	db_plans {
		#Required
		db_name = var.cloud_vm_cluster_iorm_config_db_plans_db_name
		share = var.cloud_vm_cluster_iorm_config_db_plans_share
	}
	cloud_vm_cluster_id = oci_database_cloud_vm_cluster.test_cloud_vm_cluster.id

	#Optional
	objective = "AUTO"
}

Argument Reference

The following arguments are supported:

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 Cloud Vm Cluster Iorm Config * update - (Defaults to 20 minutes), when updating the Cloud Vm Cluster Iorm Config * delete - (Defaults to 20 minutes), when destroying the Cloud Vm Cluster Iorm Config

Import

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

$ terraform import oci_database_cloud_vm_cluster_iorm_config.test_cloud_vm_cluster_iorm_config "cloudVmClusters/{cloudVmClusterId}/CloudVmClusterIormConfig"