More broadly speaking, I've noticed that try/catch...
# typescript
a
More broadly speaking, I've noticed that try/catch hasn't worked for the things I've tried under pulumi
l
The code inside
apply()
isn't run immediately. It's run when the Pulumi engine does it work. No exception is thrown at this time, it's thrown later.