Skip to content

fix: use roleArn instead of role_arn in assume-role example#2666

Open
romanaegis wants to merge 1 commit intopulumi:masterfrom
romanaegis:fix/assume-role-role-arn-param
Open

fix: use roleArn instead of role_arn in assume-role example#2666
romanaegis wants to merge 1 commit intopulumi:masterfrom
romanaegis:fix/assume-role-role-arn-param

Conversation

@romanaegis
Copy link
Copy Markdown

Fixes #1722

The aws.Provider assume_roles block was using role_arn (snake_case)
but the Pulumi AWS SDK expects roleArn (camelCase).

@github-actions
Copy link
Copy Markdown

PR is now waiting for a maintainer to run the acceptance tests.
Note for the maintainer: To run the acceptance tests, please comment /run-example-tests on the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

role_arn should be roleArn in assume_role python example

1 participant