Is there any way to perform an action if a differe...
# general
q
Is there any way to perform an action if a different resource changes? I have a scenario that I need to update a Kubernetes ConfigMap and if it has changed, I need to do some other actions. If it does not change, I don't want to do those actions
b
You're either going to end up parsing pulumi output or using the Automation API
If you use the Automation API you can subscribe to pulumi engine events to check for your criteria