From 5aa1d3a4e59543e170617c3a7e1ca66ba46ed17b Mon Sep 17 00:00:00 2001 From: Kerim Satirli Date: Wed, 14 Sep 2016 11:18:47 +0200 Subject: [PATCH 1/2] changing AWS_SECURITY_TOKEN to AWS_SESSION_TOKEN --- website/source/docs/providers/aws/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/index.html.markdown b/website/source/docs/providers/aws/index.html.markdown index 06f21ddde..a86bae4ff 100644 --- a/website/source/docs/providers/aws/index.html.markdown +++ b/website/source/docs/providers/aws/index.html.markdown @@ -154,7 +154,7 @@ The following arguments are supported in the `provider` block: If this is not set and a profile is specified, ~/.aws/credentials will be used. * `token` - (Optional) Use this to set an MFA token. It can also be sourced - from the `AWS_SECURITY_TOKEN` environment variable. + from the `AWS_SESSION_TOKEN` environment variable. * `max_retries` - (Optional) This is the maximum number of times an API call is being retried in case requests are being throttled or experience transient failures. From 27f8845863af592e852fe2b7d8c1e47e96a90267 Mon Sep 17 00:00:00 2001 From: Kerim Satirli Date: Wed, 14 Sep 2016 11:22:19 +0200 Subject: [PATCH 2/2] Replaces AWS_SECURITY_TOKEN with AWS_SESSION_TOKEN --- website/source/docs/state/remote/s3.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/state/remote/s3.html.md b/website/source/docs/state/remote/s3.html.md index b19f03cac..d85d6f905 100644 --- a/website/source/docs/state/remote/s3.html.md +++ b/website/source/docs/state/remote/s3.html.md @@ -58,4 +58,4 @@ The following configuration options / environment variables are supported: * `kms_key_id` - (Optional) The ARN of a KMS Key to use for encrypting the state. * `profile` - (Optional) This is the AWS profile name as set in the shared credentials file. * `shared_credentials_file` - (Optional) This is the path to the shared credentials file. If this is not set and a profile is specified, ~/.aws/credentials will be used. - * `token` - (Optional) Use this to set an MFA token. It can also be sourced from the `AWS_SECURITY_TOKEN` environment variable. + * `token` - (Optional) Use this to set an MFA token. It can also be sourced from the `AWS_SESSION_TOKEN` environment variable.