Okay, next problem. Having deleted the local store...
# general
a
Okay, next problem. Having deleted the local store, I was expecting pulumi to notice the existing resources (e.g. VMs in GCP) and reconstruct the current state of the world, but
pulumi up
just blindly applied the recorded state diff (and then fails because some things exist already). Am I right that there's no way to read the true state of prod into a pulumi state and pick up from there?