This message was deleted.
# general
s
This message was deleted.
b
replace usually happens when the upstream cloud provider API or property is immutable, ie you can't update in place You can usually see this in the json diff, can you do
pulumi preview -j
?
🙌 1
s
okay, that's helpful, thanks
yeah i understand how the update strategy is chosen, i just want to know what property i'm incorrectly changing, so the json output totally solves tracking the diff, thanks!