oci_database_management_external_db_system_connector

This resource provides the External Db System Connector resource in Oracle Cloud Infrastructure Database Management service.

Creates a new external connector.

Example Usage

resource "oci_database_management_external_db_system_connector" "test_external_db_system_connector" {
	#Required
	connector_type = var.external_db_system_connector_connector_type
	external_db_system_id = oci_database_management_external_db_system.test_external_db_system.id

	#Optional
	display_name = var.external_db_system_connector_display_name
}

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

Import

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

$ terraform import oci_database_management_external_db_system_connector.test_external_db_system_connector "id"