I’m not sure if this is only for aws, or if its fo...
# aws
n
I’m not sure if this is only for aws, or if its for other services also, but I’m running into an issue when trying to deploy my aws resources, instead of updating, it’s trying to create new ones. This used to update, but now its trying to create new resources. Does anyone know how to trace back to what happened, and point back to the original resources?
b
Can you share the diff?
n
@billowy-army-68599 so, i was able to finally figure this out…. it was kind of gnarly, but i got it. I’m using s3 to log into pulumi, well having access to the last good deploy backup, i was able to import into my stack locally, and the refresh back to the original resources. so i think im good now. The only thing i dont know how/what happened was why it got lost, or disconnected to the original resources in the first place.