From e77f2a77d3a361d1452bcd9280140927f7258eb8 Mon Sep 17 00:00:00 2001 From: Lukas Steiner Date: Mon, 21 Mar 2022 17:25:16 +0100 Subject: [PATCH] fix docs kms transit config --- docs/kms.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/kms.md b/docs/kms.md index ae51d25..6589597 100644 --- a/docs/kms.md +++ b/docs/kms.md @@ -37,9 +37,9 @@ For preparing the disaster recovery, the [Transit key can be exported](https://w ### Config Set `KMS_BACKEND` to `transit`. -| Environment Variable | Type | Example | Description | -|----------------------|--------|-----------|--------------------------------------------------| -| KMS_TRANSIT_ENGINE | string | `transit` | Name (mount point) of the Transit secrets engine | -| KMS_TRANSIT_KEY | string | `transit` | Name of the Transit key | +| Environment Variable | Type | Example | Description | +|----------------------|--------|---------------------|--------------------------------------------------| +| KMS_TRANSIT_ENGINE | string | `transit` | Name (mount point) of the Transit secrets engine | +| KMS_TRANSIT_KEY | string | `terraform-backend` | Name of the Transit key | Make sure that `VAULT_ADDR` and `VAULT_TOKEN` are set properly (see [Vault Environment Variables](https://www.vaultproject.io/docs/commands#environment-variables) for more information).