This message was deleted.
# general
s
This message was deleted.
w
Depends a bit on the specific language, but in general if you wan to fail the deployment, just raise an unhandled exception. It’s best not to forcefully terminate the process, as Pulumi will try to take care of cleanly shutting things down once your entry point exits (either successfully or with an unhandled error).