oci_database_management_external_exadata_infrastructure

This resource provides the External Exadata Infrastructure resource in Oracle Cloud Infrastructure Database Management service. Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/database-management/latest/ExternalExadataInfrastructure

Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/databasemanagement

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_external_exadata_infrastructure" "test_external_exadata_infrastructure" {
	#Required
	compartment_id = var.compartment_id
	db_system_ids = var.external_exadata_infrastructure_db_system_ids
	display_name = var.external_exadata_infrastructure_display_name

	#Optional
	defined_tags = {"Operations.CostCenter"= "42"}
	discovery_key = var.external_exadata_infrastructure_discovery_key
	freeform_tags = {"Department"= "Finance"}
	license_model = var.external_exadata_infrastructure_license_model
	storage_server_names = var.external_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 External Exadata Infrastructure * update - (Defaults to 20 minutes), when updating the External Exadata Infrastructure * delete - (Defaults to 20 minutes), when destroying the External Exadata Infrastructure

Import

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

$ terraform import oci_database_management_external_exadata_infrastructure.test_external_exadata_infrastructure "id"