oci_golden_gate_connection_assignment

This resource provides the Connection Assignment resource in Oracle Cloud Infrastructure Golden Gate service.

Creates a new Connection Assignment.

Example Usage

resource "oci_golden_gate_connection_assignment" "test_connection_assignment" {
	#Required
	connection_id = oci_golden_gate_connection.test_connection.id
	deployment_id = oci_golden_gate_deployment.test_deployment.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 Connection Assignment * update - (Defaults to 20 minutes), when updating the Connection Assignment * delete - (Defaults to 20 minutes), when destroying the Connection Assignment

Import

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

$ terraform import oci_golden_gate_connection_assignment.test_connection_assignment "id"