diff --git a/website/source/docs/providers/aws/index.html.markdown b/website/source/docs/providers/aws/index.html.markdown index a10244bd2..06f21ddde 100644 --- a/website/source/docs/providers/aws/index.html.markdown +++ b/website/source/docs/providers/aws/index.html.markdown @@ -60,7 +60,7 @@ provider "aws" { You can provide your credentials via `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`, environment variables, representing your AWS Access Key and AWS Secret Key, respectively. -`AWS_DEFAULT_REGION` and `AWS_SECURITY_TOKEN` are also used, if applicable: +`AWS_DEFAULT_REGION` and `AWS_SESSION_TOKEN` are also used, if applicable: ``` provider "aws" {}