Merge pull request #2688 from mitchellh/docs-aws-session-token

Changed AWS_SECURITY_TOKEN to AWS_SESSION_TOKEN
This commit is contained in:
Mark Peek 2015-10-23 17:46:32 -07:00
commit 6951c6824b
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ builder.
- `token` (string) - The access token to use. This is different from the
access key and secret key. If you're not sure what this is, then you
probably don't need it. This will also be read from the `AWS_SECURITY_TOKEN`
probably don't need it. This will also be read from the `AWS_SESSION_TOKEN`
environmental variable.
- `user_data` (string) - User data to apply when launching the instance. Note