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
swift-intern-18856
09/08/2021, 5:03 PM
okay, that's helpful, thanks
swift-intern-18856
09/08/2021, 5:03 PM
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!