Skip to content

Commit

Permalink
doc: fix parameter name for aws retry-join
Browse files Browse the repository at this point in the history
Fixes #3417
  • Loading branch information
magiconair committed Aug 26, 2017
1 parent cc2f734 commit e22aa7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/agent/options.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e22aa7a

Please sign in to comment.