fixed typo in AWS docs, export was misspelled
This commit is contained in:
parent
5f1afa3e10
commit
cb537e9d7d
|
@ -69,7 +69,7 @@ provider "aws" {}
|
|||
Usage:
|
||||
|
||||
```
|
||||
$ exoprt AWS_ACCESS_KEY_ID="anaccesskey"
|
||||
$ export AWS_ACCESS_KEY_ID="anaccesskey"
|
||||
$ export AWS_SECRET_ACCESS_KEY="asecretkey"
|
||||
$ export AWS_DEFAULT_REGION="us-west-2"
|
||||
$ terraform plan
|
||||
|
|
Loading…
Reference in New Issue