Skip to content

Commit

Permalink
Change the docs as the token can be explicitly set
Browse files Browse the repository at this point in the history
This tripped me up today when I was trying to connect using MFA. I had a look at the source and found the token property, tested it out and low and behold it worked! 

Hopefully this saves someone else going through the same pain
  • Loading branch information
mcinteer committed Nov 9, 2015
1 parent 6906dc1 commit 64d982a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/source/docs/providers/aws/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 64d982a

Please sign in to comment.