oci_streaming_connect_harness

This resource provides the Connect Harness resource in Oracle Cloud Infrastructure Streaming service.

Starts the provisioning of a new connect harness. To track the progress of the provisioning, you can periodically call [GetConnectHarness]. In the response, the lifecycleState parameter of the ConnectHarness object tells you its current state.

Example Usage

resource "oci_streaming_connect_harness" "test_connect_harness" {
    #Required
    compartment_id = var.compartment_id
    name = var.connect_harness_name

    #Optional
    defined_tags = var.connect_harness_defined_tags
    freeform_tags = {"Department"= "Finance"}
}

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

Import

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

$ terraform import oci_streaming_connect_harness.test_connect_harness "id"