sparse-intern-71089
01/12/2020, 7:34 PMtall-librarian-49374
01/12/2020, 7:42 PMswift-painter-31084
01/12/2020, 8:55 PMpulumi stack export
command. Ideally, you never modify resources outside of Pulumi deployments, but sometimes, especially during development, you may need to delete or modify a resource in a cloud platform. Pulumi has no way of knowing that happened when things are modified outside of deployments, so pulumi refresh
exists to allow your stack's state to sync up with the provider.
It does NOT import resources pulumi didn't create, or keep track of every setting. It does really help in the rare cases that Pulumi's record of its resources state drift from what its records indicate.bright-orange-69401
01/13/2020, 9:55 AM