You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to be able to control when resources are updated (either during apply or destroy), like with azapi_resource_action. This would allow for scenarios such as reverting changes to resources. At the moment, i'm having to utilise null_resource with command provisioners to achieve this (horrible).
If there is appetite for adding this, I will raise a pull request to add this functionality