oci_database_migration

This resource provides the Migration resource in Oracle Cloud Infrastructure Database service.

Migrates the Exadata DB system to the new Exadata resource model. All related resources will be migrated.

Example Usage

resource "oci_database_migration" "test_migration" {
	#Required
	db_system_id = oci_database_db_system.test_db_system.id
}

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

Import

Import is not supported for this resource.