From 511dc3e95a3b7fdaee513283a503a7ceac1d6109 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Mon, 25 Sep 2017 02:44:04 +0200 Subject: [PATCH] Fix Azure cloud auto-join docs (#3466) Fixes #3466 --- website/source/docs/agent/options.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index ff92b6d934..23e0538bca 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -306,7 +306,7 @@ will exit with an error at startup. ``` - `provider` (required) - the name of the provider ("azure" in this case). - - `tag_key` (required) - the key of the tag to auto-join on. + - `tag_name` (required) - the name of the tag to auto-join on. - `tag_value` (required) - the value of the tag to auto-join on. - `tenant_id` (required) - the tenant to join machines in. - `client_id` (required) - the client to authenticate with.