Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Clément Blaise <[email protected]>
  • Loading branch information
clementblaise committed Sep 18, 2024
1 parent 8ed77e5 commit 098122a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export AWS_SECRET_ACCESS_KEY=$(echo $ASSUME_ROLE_OUTPUT | grep -o '"SecretAccess
export AWS_SESSION_TOKEN=$(echo $ASSUME_ROLE_OUTPUT | grep -o '"SessionToken": "[^"]*"' | cut -d'"' -f4)
```

Finally, the AWS command is executed and filter with `jq` to retrieve the ARN of all the roles in the target account with:
Finally, the AWS command is executed and filtered with `jq` to retrieve the ARN of all the roles in the target account with:
```bash
aws iam list-roles | jq -r '.Roles[] .Arn
aws iam list-roles | jq -r '.Roles[] .Arn'
```

0 comments on commit 098122a

Please sign in to comment.