oci_database_migration
This resource provides the Migration resource in Oracle Cloud Infrastructure Database service. Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/database/latest/Migration
Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/database
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:
- db_system_id- (Required) The DB system OCID.
** 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:
- additional_migrations- The details of addtional resources related to the migration.
- cloud_exadata_infrastructure_id- The OCID of the cloud Exadata infrastructure.
- cloud_vm_cluster_id- The OCID of the cloud VM cluster.
- db_system_id- The OCID of the DB system.
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.