Hi, I need to add a delay (sleep) when a ressource...
# general
s
Hi, I need to add a delay (sleep) when a ressource is deleted by pulumi destroy because Azure native returns but it takes a couple more seconds before the resource is actually deleted on Azure side and it throws error when pulumi trys to delete the depended on ressource. Any way other than using pulumi command (local) to add a dirty wait(1000) ondelete of the ressource?
e
Not currently. Programmatic error handling and destroy hooks are on the issue tracker though.
😢 1