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
Try to keep `ignore_changes` scoped to just the fields which were called out in the notification. Excessive use of
155
-
`ignore_changes` can lead to undesirable outcomes in Terraform, like innocuous changes (which wouldn't cause replacements)
156
-
to be ignored.
154
+
Limit the scope of `ignore_changes` to include only the fields specified in the notification.
155
+
If you include too many fields, Terraform might ignore changes that wouldn't otherwise cause drift.
157
156
158
157
Learn more about `ignore_changes` in the [Terraform documentation](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#ignore_changes).
0 commit comments