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