website; clarify where the args go for AWS [GH-853]
This commit is contained in:
parent
9efd20cd7c
commit
16cafe9d46
|
@ -32,7 +32,7 @@ resource "aws_instance" "web" {
|
||||||
|
|
||||||
## Argument Reference
|
## 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
|
* `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.
|
it can also be sourced from the `AWS_ACCESS_KEY_ID` environment variable.
|
||||||
|
|
Loading…
Reference in New Issue