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

Commit

Permalink
Fix IAMReadOnlyAccess inflection in Python
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Apr 15, 2024
1 parent dedacd4 commit 2fa5f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/content/docs/clouds/aws/guides/iam.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const rolePolicyAttachment = new aws.iam.RolePolicyAttachment("rpa", {
role = ...
role_policy_attachment = aws.iam.RolePolicyAttachment('rpa',
role=role,
policy_arn=aws.iam.ManagedPolicy.IAMReadOnlyAccess,
policy_arn=aws.iam.ManagedPolicy.IAM_READ_ONLY_ACCESS,
)
```

Expand Down

0 comments on commit 2fa5f4f

Please sign in to comment.