Correct AWS secret key variable name

This commit is contained in:
Simon Westcott 2016-08-05 14:01:28 +01:00
parent 4c6e0d94f9
commit c990e38601
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ to a single resource. Most tests follow a similar structure.
1. Pre-flight checks are made to ensure that sufficient provider configuration
is available to be able to proceed - for example in an acceptance test
targetting AWS, `AWS_ACCESS_KEY_ID` and `AWS_SECRET_KEY` must be set prior
targetting AWS, `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` must be set prior
to running acceptance tests. This is common to all tests exercising a single
provider.