From 5c7481362c8e008cf92b06e9bd21d930699e66bb Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Thu, 27 Aug 2015 14:35:54 -0700 Subject: [PATCH] Changed AWS_SECURITY_TOKEN to AWS_SESSION_TOKEN Fixes #2687 --- website/source/docs/builders/amazon-ebs.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/builders/amazon-ebs.html.markdown b/website/source/docs/builders/amazon-ebs.html.markdown index f97404d19..1f2f39b96 100644 --- a/website/source/docs/builders/amazon-ebs.html.markdown +++ b/website/source/docs/builders/amazon-ebs.html.markdown @@ -177,7 +177,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