Merge pull request #3832 from mcinteer/master

Make docs indicate that AWS session token can be explicitly set
This commit is contained in:
James Nugent 2015-11-09 18:30:45 -05:00
commit 003cbc09bd
1 changed files with 1 additions and 2 deletions

View File

@ -59,5 +59,4 @@ The following arguments are supported in the `provider` block:
* `kinesis_endpoint` - (Optional) Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to kinesalite.
In addition to the above parameters, the `AWS_SESSION_TOKEN` environmental
variable can be set to set an MFA token.
* `token` - (Optional) Use this to set an MFA token. It can also be sourced from the `AWS_SECURITY_TOKEN` environment variable.