fixed typo in AWS docs, export was misspelled

This commit is contained in:
Rich Burroughs 2016-02-04 15:43:42 -08:00
parent 5f1afa3e10
commit cb537e9d7d
1 changed files with 1 additions and 1 deletions

View File

@ -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