Skip to content

Commit

Permalink
Updates example output in validate step
Browse files Browse the repository at this point in the history
  • Loading branch information
toriancrane committed Nov 9, 2023
1 parent c5ac1ab commit 576be1d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions aws-py-oidc-provider-pulumi-cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,15 @@ $ pulumi env open myOrg/myEnvironment
{
"aws": {
"login": {
"accessKeyId": "ASIA......",
"secretAccessKey": "PYP.....",
"sessionToken": "FwoGZ....."
"accessKeyId": "ASIA....",
"secretAccessKey": "rtBS....",
"sessionToken": "Fwo...."
}
},
"environmentVariables": {
"AWS_ACCESS_KEY_ID": "ASIA....",
"AWS_SECRET_ACCESS_KEY": "rtBS....",
"AWS_SESSION_TOKEN": "Fwo...."
}
}
```
Expand Down

0 comments on commit 576be1d

Please sign in to comment.