oci_identity_domain_replication_to_region

This resource provides the Domain Replication To Region resource in Oracle Cloud Infrastructure Identity service.

Replicate domain to a new region. This is an asynchronous call - where, at start, {@code state} of this domain in replica region is set to ENABLING_REPLICATION. On domain replication completion the {@code state} will be set to REPLICATION_ENABLED.

To track progress, HTTP GET on /iamWorkRequests/{iamWorkRequestsId} endpoint will provide the async operation's status.

If the replica region's {@code state} is already ENABLING_REPLICATION or REPLICATION_ENABLED, returns 409 CONFLICT.

Example Usage

resource "oci_identity_domain_replication_to_region" "test_domain_replication_to_region" {
    #Required
    domain_id = oci_identity_domain.test_domain.id

    #Optional
    replica_region = var.domain_replication_to_region_replica_region
}

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

Import

Import is not supported for this resource.