Hi I'm running a pulumi program using automation a...
# python
r
Hi I'm running a pulumi program using automation api Inside the code, on a certain condition I'm raising an exception.. however on executing the code, the pulumi doesnt throw that error, and rather just stops executing the code after that and completes the program.. even the diagnostic doesnt show error on completion can anyone help why this might be happening and how to avoid it? ps: the same code was working fine some days back and throwing exception on reaching that condition pulumi-python version tried: 3.69.0 and 3.67.0