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
rotateWhenChanged should update the credentials whenever value of one of key values pairs will change.
When I am updating value to:
rotateWhenChanged:
rotateEveryMonth: "2024-02"
terraform running under the hood is destroying the resource and recreates. This results in error like
message: 'observe failed: cannot run plan: plan failed: Instance cannot be destroyed:
Resource azuread_application_password.scc-dev-profile-sp-r2lxl-nvgcs has lifecycle.prevent_destroy
set, but the plan calls for this resource to be destroyed. To avoid this error
and continue with the plan, either disable lifecycle.prevent_destroy or reduce
the scope of the plan using the -target flag.'
reason: ReconcileError
status: "False"
type: Synced
How could Official Azuread Provider help solve your problem?
Is it possible to make lifecycle configurable so we could do like:
What problem are you facing?
I would like to automatically rotate the credentials for app in Azure for that I am creating appilcation
and Password MR for it like:
rotateWhenChanged should update the credentials whenever value of one of key values pairs will change.
When I am updating value to:
terraform running under the hood is destroying the resource and recreates. This results in error like
How could Official Azuread Provider help solve your problem?
Is it possible to make lifecycle configurable so we could do like:
The text was updated successfully, but these errors were encountered: