oci_database_management_cloud_exadata_infrastructure

This resource provides the Cloud Exadata Infrastructure resource in Oracle Cloud Infrastructure Database Management service.

Creates an Oracle Cloud Infrastructure resource for the Exadata infrastructure and enables the Monitoring service for the Exadata infrastructure. The following resource/subresources are created: Infrastructure Storage server connectors Storage servers Storage grids

Example Usage

resource "oci_database_management_cloud_exadata_infrastructure" "test_cloud_exadata_infrastructure" {
	#Required
	compartment_id = var.compartment_id
	vm_cluster_ids = var.cloud_exadata_infrastructure_vm_cluster_ids

	#Optional
	defined_tags = {"Operations.CostCenter"= "42"}
	discovery_key = var.cloud_exadata_infrastructure_discovery_key
	display_name = var.cloud_exadata_infrastructure_display_name
	freeform_tags = {"Department"= "Finance"}
	license_model = var.cloud_exadata_infrastructure_license_model
	storage_server_names = var.cloud_exadata_infrastructure_storage_server_names
}

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 Cloud Exadata Infrastructure * update - (Defaults to 20 minutes), when updating the Cloud Exadata Infrastructure * delete - (Defaults to 20 minutes), when destroying the Cloud Exadata Infrastructure

Import

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

$ terraform import oci_database_management_cloud_exadata_infrastructure.test_cloud_exadata_infrastructure "id"