Update AWS provider documentation

Changed `AWS_SECURITY_TOKEN` to `AWS_SESSION_TOKEN`
This commit is contained in:
Pavel Vaněček 2015-08-05 14:40:26 +02:00
parent 41c732dd6c
commit d649af8813

View File

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