I’m amidst refactoring some Pulumi code using `ali...
# typescript
l
I’m amidst refactoring some Pulumi code using
aliases
. I need to debug why my
preview
still says a resource will be deleted and created. Is there any way to see the values of the
CustomResourceOptions
in the output?
w
No - but you could add a stack transformation that prints out every resource urn and it’s options as it gets registered?
pulumi.runtime.registerStackTransformation
👍🏼 1