From c9ec10d71ae3c633753f6346a93695d05c7bea19 Mon Sep 17 00:00:00 2001 From: Mark Turner Date: Fri, 28 Aug 2015 17:18:35 +0100 Subject: [PATCH] Altered Consul variable from 'access-token' to 'access_token' so it's the same as in the codebase --- website/source/docs/commands/remote-config.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/remote-config.html.markdown b/website/source/docs/commands/remote-config.html.markdown index 481fa8f758..43e5ed1987 100644 --- a/website/source/docs/commands/remote-config.html.markdown +++ b/website/source/docs/commands/remote-config.html.markdown @@ -46,7 +46,7 @@ The following backends are supported: variables. The `address` variable can optionally be provided. * Consul - Stores the state in the KV store at a given path. - Requires the `path` variable. The `address` and `access-token` + Requires the `path` variable. The `address` and `access_token` variables can optionally be provided. Address is assumed to be the local agent if not provided.