This message was deleted.
# general
s
This message was deleted.
b
AFAIK there is not a way to do this with a local pulumi program just using the CLI But in Automation API you can provide a delegate so that you can subscribe to pulumi engine events And then you could look for a ResourcePreEvent that is touching your trigger resource with whatever your trigger criteria is
Actually you probably want ResourceOutputsEvent so that it is after it was updated
s
Right! I will look into it! Thank you so much @bored-oyster-3147!