Update the documentation to read the new AWS environment variables

This commit is contained in:
Seth Vargo 2015-01-22 15:30:41 -05:00
parent 072a1cf353
commit 038d241043
1 changed files with 3 additions and 3 deletions

View File

@ -35,11 +35,11 @@ resource "aws_instance" "web" {
The following arguments are supported:
* `access_key` - (Required) This is the AWS access key. It must be provided, but
it can also be sourced from the `AWS_ACCESS_KEY` environment variable.
it can also be sourced from the `AWS_ACCESS_KEY_ID` environment variable.
* `secret_key` - (Required) This is the AWS secret key. It must be provided, but
it can also be sourced from the `AWS_SECRET_KEY` environment variable.
it can also be sourced from the `AWS_SECRET_ACCESS_KEY` environment variable.
* `region` - (Required) This is the AWS region. It must be provided, but
it can also be sourced from the `AWS_REGION` environment variables.
it can also be sourced from the `AWS_DEFAULT_REGION` environment variables.