https://pulumi.com logo
l

limited-rainbow-51650

03/18/2020, 5:23 PM
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

white-balloon-205

03/19/2020, 2:53 PM
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