From e3d3204b2a4d3d5d43834f7dd0f3dad4327d9d21 Mon Sep 17 00:00:00 2001 From: Christopher Redekop Date: Tue, 24 Jan 2017 12:49:29 -0500 Subject: [PATCH] Add a us-east-1 note to the README Signed-off-by: Christopher Redekop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e12bd5921..04d58aa36 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ end ## Tests To run the integration tests, please make sure all required environment variables like `AWS_ACCESS_KEY_ID` -, `AWS_SECRET_ACCESS_KEY` and `AWS_DEFAULT_REGION` are set properly. We use terraform to create the AWS setup and InSpec to verify the all aspects. Integration tests can be executed via: +, `AWS_SECRET_ACCESS_KEY` and `AWS_DEFAULT_REGION` are set properly. (`AWS_DEFAULT_REGION` **must** be set to **us-east-1** when running the integration tests.) We use terraform to create the AWS setup and InSpec to verify the all aspects. Integration tests can be executed via: ``` bundle exec rake test:integration