sparse-intern-71089
08/14/2023, 6:03 PMfast-vr-6049
08/14/2023, 6:50 PMfast-vr-6049
08/14/2023, 6:51 PMpulumi
is reporting that resources still exist but you're sure they're gone, then you'll need `pulumi state delete`: https://www.pulumi.com/docs/cli/commands/pulumi_state_delete/gray-electrician-97832
08/14/2023, 7:27 PMpulumi stack rm ORGNAME/STACKNAME
, the CLI does what you'd expect and ends with Stack STACKNAME has been removed!
but that stack still appears in the dashboard and hows 48 resources. I tried pulumi stack --show-urns
so I could provide the urns to pulumi stack delete
but got the message No resources currently in this stack
.fast-vr-6049
08/14/2023, 7:28 PMstacks
or projects
? I've run into problems myself where I forget the difference.
pulumi stack rm ORGNAME/PROJECTNAME/STACKNAME
gray-electrician-97832
08/14/2023, 7:31 PMpulumi stack rm /ORGNAME/PROJECTNAME/STACKNAME
as opposed to pulumi stack rm STACKNAME
or pulumi stack rm ORGNAME/STACKNAME
-- now it's giving me options for pulumi destroy and so on.gray-electrician-97832
08/14/2023, 7:32 PMpulumi stack select
and other basic operations, I usually include only STACKNAME. Not sure I understand why the result would be different. Can stack names be reused? I thought they were unique within the org.fast-vr-6049
08/14/2023, 7:37 PMgray-electrician-97832
08/14/2023, 7:37 PMpulumi stack rm --force
did what I needed.