Hi all, my Pulumi state is stuck such that every t...
# general
m
Hi all, my Pulumi state is stuck such that every time I run
pulumi 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!