diff --git a/website/source/docs/configuration/storage/dynamodb.html.md b/website/source/docs/configuration/storage/dynamodb.html.md index 75f68ac06b..e390ae8f51 100644 --- a/website/source/docs/configuration/storage/dynamodb.html.md +++ b/website/source/docs/configuration/storage/dynamodb.html.md @@ -24,7 +24,7 @@ The DynamoDB storage backend is used to persist Vault's data in ```hcl storage "dynamodb" { - ha_enabled = true + ha_enabled = "true" region = "us-west-2" table = "vault-data" } @@ -115,7 +115,7 @@ This example show enabling high availability for the DynamoDB storage backend. ```hcl storage "dynamodb" { - ha_enabled = true + ha_enabled = "true" redirect_addr = "vault-leader.my-company.internal" } ```