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
In most of the use cases, users would expect the Terraform plan to be always idempotent except in cases where a module might create/modify/delete resources based on dynamically changing factors. In such exceptional cases users should set ensure_idempotent to false.
The text was updated successfully, but these errors were encountered:
In most of the use cases, users would expect the Terraform plan to be always idempotent except in cases where a module might create/modify/delete resources based on dynamically changing factors. In such exceptional cases users should set
ensure_idempotent
to false.The text was updated successfully, but these errors were encountered: