i'm not sure what the implications are WRT state i...
# getting-started
q
i'm not sure what the implications are WRT state if i just `ctrl+c`'d my way out of it
e
pulumi will wait for pending operations to finish and then exit when it hits an error. If you ctrl-c there may be pending operations that pulumi can’t resolve automatically later (only really an issue with pending creates, we can “fix” pending deletes and updates automatically)
👍 1