Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS::IAM::Policy resource incorrectly mapped to AWS Policy resource #293

Open
Tracked by #292
corymhall opened this issue Dec 13, 2024 · 0 comments
Open
Tracked by #292
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@corymhall
Copy link
Contributor

What happened?

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.

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).

@corymhall corymhall added kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team and removed needs-triage Needs attention from the triage team labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

1 participant