mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Add a us-east-1 note to the README
Signed-off-by: Christopher Redekop <chris.redekop@d2l.com>
This commit is contained in:
parent
a55b341b32
commit
e3d3204b2a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue