mysterious-hairdresser-82060
09/10/2024, 10:02 PMpulumi up
, it updates a resource that I have not made any changes to (it's a Docker Image resource). When I delete it from my Pulumi file so I can remove it and then build it again, when I run pulumi up
, I get the error: error: resource '{my resource urn}' registered twice (same and same)
. I double checked pulumi stack --show-urns
, and confirmed that the resource is unique. Does anyone have any tips to fix my state? Thanks!