doc: fix parameter name for aws retry-join

Fixes #3417
This commit is contained in:
Frank Schroeder 2017-08-26 15:18:45 +02:00
parent 520dbd1838
commit b7c3c8756d
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD
1 changed files with 1 additions and 1 deletions

View File

@ -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