Merge pull request #833 from yosssi/fix-html

Change the word `aws_access_key` to `aws_secret_key`.
This commit is contained in:
Jack Pearkes 2014-01-20 08:55:40 -08:00
commit 1a57e38963
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ briefly. Create a file `example.json` and fill it with the following contents:
}
</pre>
When building, you'll pass in the `aws_access_key` and `aws_access_key` as
When building, you'll pass in the `aws_access_key` and `aws_secret_key` as
a [user variable](/docs/templates/user-variables.html), keeping your secret
keys out of the template. You can create security credentials
on [this page](https://console.aws.amazon.com/iam/home?#security_credential).