This message was deleted.
# aws
s
This message was deleted.
b
remove the manually deleted resources from state first,
pulumi state delete urn:XXXXXXXXXX
a
Thank you, but I’m now getting this error:
Copy code
idmcalculus@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
b
pulumi refresh
should clear that up so
a
Thanks so much
b
no worries
a
So I had like a parent task that needed to be deleted first. I was able to identify that and
pulumi state delete urn:XXXXXXXXXX
worked
💪 1
Thank you again @billowy-night-21439
@billowy-night-21439 another nightmare 😢