From 9efd20cd7cbb46dcd5341b5c5cb0a98e1afbf08f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 3 Mar 2015 17:31:45 -0800 Subject: [PATCH] website: document MFA token for AWS [GH-390] --- website/source/docs/providers/aws/index.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/providers/aws/index.html.markdown b/website/source/docs/providers/aws/index.html.markdown index 4999141498..c0db02173c 100644 --- a/website/source/docs/providers/aws/index.html.markdown +++ b/website/source/docs/providers/aws/index.html.markdown @@ -42,3 +42,6 @@ The following arguments are supported: * `region` - (Required) This is the AWS region. It must be provided, but it can also be sourced from the `AWS_DEFAULT_REGION` environment variables. + +In addition to the above parameters, the `AWS_SECURITY_TOKEN` environmental +variable can be set to set an MFA token.