able-flag-79751
05/30/2023, 12:58 PMpulumi destroy -s <my-stack>
), I can’t get them destroyed as it can’t successfully delete those resources that I’ve manually deleted on the aws console. I also tried to delete the stack entirely (pulumi stack rm <my-stack>
), and it’s the same error I’m getting. Please see image below for more info:billowy-night-21439
05/30/2023, 1:01 PMpulumi state delete urn:XXXXXXXXXX
able-flag-79751
05/30/2023, 2:29 PMidmcalculus@MacBook-Pro-5 infra % pulumi state delete urn:pulumi:dev::swapfx::awsx:x:ecs:FargateTaskDefinition$aws:ecs/taskDefinition:TaskDefinition::dev-api
warning: This command will edit your stack's state directly. Confirm? Yes
error: No such resource "urn:pulumi:dev::swapfx::awsx:x:ecs:FargateTaskDefinitioncs/taskDefinition:TaskDefinition::dev-api" exists in the current state
billowy-night-21439
05/30/2023, 2:39 PMpulumi refresh
should clear that up soable-flag-79751
05/30/2023, 2:39 PMbillowy-night-21439
05/30/2023, 2:39 PMable-flag-79751
05/30/2023, 2:41 PMpulumi state delete urn:XXXXXXXXXX
worked