website; clarify where the args go for AWS [GH-853]

This commit is contained in:
Mitchell Hashimoto 2015-03-03 17:35:54 -08:00
parent 9efd20cd7c
commit 16cafe9d46
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ resource "aws_instance" "web" {
## Argument Reference
The following arguments are supported:
The following arguments are supported in the `provider` block:
* `access_key` - (Required) This is the AWS access key. It must be provided, but
it can also be sourced from the `AWS_ACCESS_KEY_ID` environment variable.