oci_kms_vault_replication

This source triggers action to create, update and delete replica for a vault in Oracle Cloud Infrastructure Kms service.

A vault replica is a mirror of that vault in a different region in the same realm. The vault replica and all the resources have same OCID with corresponding original ones.

This only supports virtual private vault for now. This supports only one replica in a region for a vault. Multiple replica will be supported in the future.

Example Usage

resource "oci_kms_vault_replication" "test_replication" {
    #Required
  vault_id = oci_kms_vault.test_vault.id
  replica_region = var.replica_region
}

Argument Reference

The following arguments are supported:

Attributes Reference

No attributes are exported.