This message was deleted.
# general
s
This message was deleted.
p
what is the result of running
pulumi preview
right now?
It might have some resources listed in pending operations. As far as I know, you can manually fix the state by exporting it first (using
pulumi stack export
), editing it (accordingly to the current state known by you) and importing it back (using
pulumi import
)
b
thanks for the help!
pulumi preview
shows creating a new resource. this error happens during(after) the deployment stage. i have remove the recreate the resource after i fix the bug. but this is a bug i can not detect during
pulumi preview
stage, and i only can get to know this when I actually perform the deployment action.
i was just thinking...if there is a better way to detect such error?