diff --git a/website/source/docs/config/index.html.md b/website/source/docs/config/index.html.md
index d9c40913a8..8e928e6bbe 100644
--- a/website/source/docs/config/index.html.md
+++ b/website/source/docs/config/index.html.md
@@ -330,6 +330,11 @@ For Consul, the following options are supported:
* `tls_min_version` (optional) - Minimum TLS version to use. Accepted values
are 'tls10', 'tls11' or 'tls12'. Defaults to 'tls12'.
+ * `require_consistent` (optional) - If true, then all read requests to Consul
+ will use consistant mode. See [consistancy
+ modes](https://www.consul.io/docs/agent/http.html#consistency-modes) in Consul
+ for tradeoffs. Defaults to "false".
+
The following settings should be set according to your [Consul encryption
settings](https://www.consul.io/docs/agent/encryption.html):