https://pulumi.com logo
w

worried-gold-55244

06/01/2022, 7:27 PM
Hi All, Is it possible to detect if a resource is going to be replaced/deleted ? I need to trigger some logic in case a resource is going to be replaced
a

ancient-policeman-24615

06/02/2022, 1:34 AM
I don’t think this is possible in the general case. There are various workarounds in the GH issue here. If you can model your use case with a shell command, the Command Provider can do this.
3 Views