This message was deleted.
# general
s
This message was deleted.
i
There is a way to produce a diff when running up, let me check
h
pulumi up --diff
provides some detail but doesn’t make it clear why something is being replaced.
and it doesn’t work if the thing Pulumi wants to replace is protected from deletion and it’s a replace-on-change thing
i
ah that’s the command I was looking for, then you need to find which part of the diff is causing the replacement. If it’s a genuine diff and the property requires the resource to be replaced, there’s no way around it unfortunately
h
Right, I just couldn’t tell why the resource was required to be replaced.
i
you’re right I can’t see it in the pulumi docs, but it may be more visible in the terraform provider docs
h
I think you’re right
i
wow, not in the terraform docs iether
h
HuH!
i
h
This is for a Digitalocean Spaces bucket so the S3 docs may be helpful
i
this page calls out which properties will cause a replacement if you look for “_Update requires_: Replacement
m
Hi Jack, on the registry site you can check for every property if it would trigger a recreation of the resource!
🙌 1