mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
Fix AWS secret key environment variable name
Signed-off-by: Sandra Tiffin <sandra.tiffin@progress.com>
This commit is contained in:
parent
77112671ba
commit
71222c0014
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ create an IAM user specifically for auditing activities.
|
|||
#### Using Environment Variables to provide credentials
|
||||
|
||||
You may provide the credentials to Chef InSpec by setting the following environment
|
||||
variables: `AWS_REGION`, `AWS_ACCESS_KEY_ID`, and `AWS_SECRET_KEY_ID`. You may
|
||||
variables: `AWS_REGION`, `AWS_ACCESS_KEY_ID`, and `AWS_SECRET_ACCESS_KEY`. You may
|
||||
also use `AWS_PROFILE`, or if you are using MFA, `AWS_SESSION_TOKEN`. See the
|
||||
[AWS Command Line Interface Docs](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html)
|
||||
for details.
|
||||
|
@ -216,4 +216,4 @@ $ inspec detect -t gcp://
|
|||
Name: gcp
|
||||
Families: cloud, api
|
||||
Release: google-cloud-v
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue