From 2c5b6909c9b839ff2b8d2ba8709c57843d17580b Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Tue, 26 Dec 2017 13:48:45 -0500 Subject: [PATCH] Update backend config docs - addresses #3718 (#3724) --- website/source/docs/configuration/storage/consul.html.md | 2 +- website/source/docs/configuration/storage/etcd.html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/configuration/storage/consul.html.md b/website/source/docs/configuration/storage/consul.html.md index 571fb00e01..b8f0ac3510 100644 --- a/website/source/docs/configuration/storage/consul.html.md +++ b/website/source/docs/configuration/storage/consul.html.md @@ -66,7 +66,7 @@ at Consul's service discovery layer. [consistency mode][consul-consistency]. Possible values are `"default"` or `"strong"`. -- `disable_registration` `(bool: false)` – Specifies whether Vault should +- `disable_registration` `(string: "false")` – Specifies whether Vault should register itself with Consul. - `max_parallel` `(string: "128")` – Specifies the maximum number of concurrent diff --git a/website/source/docs/configuration/storage/etcd.html.md b/website/source/docs/configuration/storage/etcd.html.md index cb0bf2bd51..46d981c2f9 100644 --- a/website/source/docs/configuration/storage/etcd.html.md +++ b/website/source/docs/configuration/storage/etcd.html.md @@ -45,7 +45,7 @@ storage "etcd" { version is 3.1+ and there has been no data written using the v2 API, the auto-detected default is v3. -- `ha_enabled` `(bool: false)` – Specifies if high availability should be +- `ha_enabled` `(string: "false")` – Specifies if high availability should be enabled. This can also be provided via the environment variable `ETCD_HA_ENABLED`.