pulumi / pulumi-aws-iam

A Pulumi Multi Language Component for working with AWS IAM resources.
Apache License 2.0
6 stars 5 forks source link

Update pulumi codegen #19

Open t0yv0 opened 9 months ago

t0yv0 commented 9 months ago

Update pulumi code generation to the latest version.

"id" is no longer a valid output property name in recent Pulumi. Rename "id" properties to "policyId", "accountId".

Edit makefile to be compatible with the latest node codegen.

Fixes #18

t0yv0 commented 9 months ago

@pulumi/developer-advocates 🙏