Add a us-east-1 note to the README

Signed-off-by: Christopher Redekop <chris.redekop@d2l.com>
This commit is contained in:
Christopher Redekop 2017-01-24 12:49:29 -05:00 committed by Christoph Hartmann
parent a55b341b32
commit e3d3204b2a

View file

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