How can I see what change triggers a `replace` ins...
# general
s
How can I see what change triggers a
replace
instead of an
update
for a resource? We’re having some `gcp.container.Cluster`s (GKE clusters) and I want consider if a change introducing a replace of the whole cluster is worth it or not. If so, every service running it would need to be redeployed (not so nice).
I remember that Terraform showed a hint for that on each field in the diff/details view.