oci_database_exadata_infrastructure_configure_exascale_management

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

Configures Exascale on Exadata infrastructure resource. Applies to Exadata Cloud@Customer instances only.

Example Usage

resource "oci_database_exadata_infrastructure_configure_exascale_management" "test_exadata_infrastructure_configure_exascale_management" {
	#Required
	exadata_infrastructure_id = oci_database_exadata_infrastructure.test_exadata_infrastructure.id
	total_storage_in_gbs = var.exadata_infrastructure_configure_exascale_management_total_storage_in_gbs
}

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

Import

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

$ terraform import oci_database_exadata_infrastructure_configure_exascale_management.test_exadata_infrastructure_configure_exascale_management "id"