sparse-intern-71089
06/03/2020, 9:08 PMgentle-diamond-70147
06/03/2020, 9:11 PMimport: "abc123"
on a resource to import it into your Pulumi stack - e.g. https://www.pulumi.com/docs/intro/concepts/programming-model/#import?
If so, yes, if you then do a pulumi destroy
or otherwise modify the resource code in your Pulumi app that would delete it or cause it be replaced, Pulumi will delete the original resource.billions-glass-17089
06/03/2020, 9:15 PMpulumi state delete
to remove it from the pulumi stategentle-diamond-70147
06/03/2020, 9:39 PM