Merge pull request #5005 from richburroughs/master

fixed typo in AWS docs, export was misspelled
This commit is contained in:
James Nugent 2016-02-04 19:02:20 -05:00
commit 4376754c03
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