You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AWS::IAM::Policy CloudFormation resource was incorrectly mapped to the aws.iam.Policy resource. The AWS::IAM::Policy resource creates an inline policy on the role whereas the Policy resources creates an actual policy and attaches it to the role.
Instead we should have mapped it to different ccapi resources.
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
What happened?
The
AWS::IAM::Policy
CloudFormation resource was incorrectly mapped to the aws.iam.Policy resource. TheAWS::IAM::Policy
resource creates an inline policy on the role whereas thePolicy
resources creates an actual policy and attaches it to the role.Instead we should have mapped it to different ccapi resources.
AWS::IAM::GroupPolicy
AWS::IAM::RolePolicy
AWS::IAM::UserPolicy
Example
n/a
Output of
pulumi about
n/a
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: