Hi all, I’m getting an unusual error that can’t be...
# aws
q
Hi all, I’m getting an unusual error that can’t be reproduced on any of my coworker’s machines:
Copy code
Error: Running program '/services/legacy-alert-sync' failed with an unhandled exception:
    Error: Unable to deserialize resource urn:pulumi:dev::legacy-alert-sync::aws:iam/role:Role::legacy-alert-sync-dev-legacyAlertSync, no module is registered for iam/role.
Has anyone seen something like this?
b
this is a bug in pulumi 2.13.0, if you downgrade it should be fixed. sorry about this. The issues is here: https://github.com/pulumi/pulumi/issues/5705#issuecomment-723302264 with a workaround
q
Worked, thank you!
g
This should be fixed in the latest 2.13.2 Pulumi release.
👀 1