Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
changing the aws oidc environment variables in-line with the provider…
Browse files Browse the repository at this point in the history
… definition (#3695)
  • Loading branch information
arunkumar611 authored Dec 1, 2023
1 parent 2b7bce0 commit 5baa44a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/default/content/docs/pulumi-cloud/esc/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ values:
# Configuration nested under the "environmentVariables" key is used to export environment
# variables when using `esc open --shell`, `esc run`, or `pulumi up/preview/refresh/destroy`
environmentVariables:
AWS_ACCESS_KEY_ID: ${awsCreds.accessKeyId}
AWS_SECRET_ACCESS_KEY: ${awsCreds.secretAccessKey}
AWS_SESSION_TOKEN: ${awsCreds.sessionToken}
AWS_ACCESS_KEY_ID: ${aws.login.accessKeyId}
AWS_SECRET_ACCESS_KEY: ${aws.login.secretAccessKey}
AWS_SESSION_TOKEN: ${aws.login.sessionToken}

# Configuration nested under the "pulumiConfig" key will be available to Pulumi stacks that
# reference this environment during `pulumi up/preview/refresh/destroy`
Expand Down

0 comments on commit 5baa44a

Please sign in to comment.