Data Source: oci_kms_replication_status

This data source provides details about a specific Replication Status resource in Oracle Cloud Infrastructure Kms service.

When a vault has a replica, each operation on the vault or its resources, such as keys, is replicated and has an associated replicationId. Replication status provides details about whether the operation associated with the given replicationId has been successfully applied across replicas.

Example Usage

data "oci_kms_replication_status" "test_replication_status" {
	#Required
	replication_id = oci_kms_replication.test_replication.id
	management_endpoint = var.replication_status_management_endpoint
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: