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
feat: add retry variable to all azapi resources (#272)
Add a configurable retry variable that is passed to all azapi_resource,
azapi_update_resource, and azapi_resource_action resources across the
root module, slot submodule, and all config submodules.
The default retries on 409 Conflict errors caused by concurrent
operations ('Cannot modify this site because another operation is in
progress') with 10 second intervals and up to 3 retries.
Description: A map of role assignments to create on this resource. The map key is deliberately arbitrary to avoid issues where map keys maybe unknown at plan time.
0 commit comments