Hello! :smile: One issue that affected my work th...
# general
r
Hello! 😄 One issue that affected my work these past few weeks was the inability to pass the same
opts
object around between resources from different pulumi providers. In particular, this issue is challenging because the error messages lead you fixes that don't work. I noticed that there are currently three issues in
pulumi/pulumi
discussing this: - https://github.com/pulumi/pulumi/issues/7532 - https://github.com/pulumi/pulumi/issues/6293 which is closed, but should not be - https://github.com/pulumi/pulumi/issues/3393 and there are quite a few related issues that are wrongly attributed to providers misbehaving, such as https://github.com/pulumi/pulumi-vault/issues/129. Would it make sense to combine all of these issues into a new issue, or maybe to re-open https://github.com/pulumi/pulumi/issues/6293 and to mark the other issues as duplicates? Right now, this was a very difficult issue to track down the root cause of. https://github.com/pulumi/pulumi-vault/issues/129 shows images of what the error messages I was seeing with the node sdk