https://pulumi.com logo
h

helpful-advantage-49286

06/27/2019, 3:38 AM
Is there any way to figure out why a given
pulumi preview
is saying it will replace an instance?
w

white-balloon-205

06/27/2019, 3:46 AM
In theory the properties after the
~
in the diff indicate which properties have changed. Running
pulumi preview —logtostderr -v=9 2> out.txt
and looking for
replaces=
can give more insight. There is a change in progress now which will provide more visibility into this by default. See https://github.com/pulumi/pulumi/issues/2453
h

helpful-advantage-49286

06/27/2019, 3:51 AM
is logtostderr new?
ah, ok, got it
w

white-balloon-205

06/27/2019, 4:00 AM
Not new - but a pretty low level debugging mechanism. Once we improve the diff reporting per the issue above this should t be necessary.