{{!
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}}
{{replication-mode-description "dr"}}
{{else if (eq @replicationMode "performance")}}{{replication-mode-description "performance"}}
{{else}}Performance Replication is a feature of Vault Enterprise Premium
{{/if}} {{/if}}