{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 }} {{#if @replicationDisabled}}

{{#if (eq @replicationMode "dr")}} Enable Disaster Recovery Replication {{else if (eq @replicationMode "performance")}} Enable Performance Replication {{else}} {{! should never get here, but have safe fallback just in case }} Enable Replication {{/if}}

{{#if (eq @replicationMode "dr")}}

Disaster Recovery (DR) Replication

{{replication-mode-description "dr"}}

{{else if (eq @replicationMode "performance")}}

Performance Replication

{{#if (has-feature "Performance Replication")}}

{{replication-mode-description "performance"}}

{{else}}

Performance Replication is a feature of Vault Enterprise Premium

{{/if}} {{/if}}
{{else}} {{/if}}