https://pulumi.com logo
f

full-dress-10026

11/27/2019, 3:06 AM
Is there a way to just delete resources from the pulumi state? Going through a deleting every dependent URN a resource may create is incredibly tedious.
w

white-balloon-205

11/27/2019, 3:14 AM
You can
pulumi stack export
then remove the resources then
Pulumi stack import
.
f

full-dress-10026

11/27/2019, 3:14 AM
How do I know what to remove? The stack file is huge.