From e22aa7a251f31088ce34952ef800cde73251e9fc Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Sat, 26 Aug 2017 15:18:45 +0200 Subject: [PATCH] doc: fix parameter name for aws retry-join Fixes #3417 --- 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 6b97bcfe1a..73fde9a7ed 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -271,7 +271,7 @@ will exit with an error at startup. - `tag_value` (required) - the value of the tag to auto-join on. - `region` (optional) - the AWS region to authenticate in. - `access_key_id` (optional) - the AWS access key for authentication (see below for more information about authenticating). - - `secret_access_id` (optional) - the AWS secret access key for authentication (see below for more information about authenticating). + - `secret_access_key` (optional) - the AWS secret access key for authentication (see below for more information about authenticating). #### Authentication & Precedence