From d9b578deccb31b23b3a77ef3d5e248067835c8c5 Mon Sep 17 00:00:00 2001 From: "Stephen Lewis (Burrows)" Date: Mon, 27 Oct 2025 16:07:12 -0700 Subject: [PATCH] Added removing drift detection to the list of breaking field-level changes --- docs/content/breaking-changes/breaking-changes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/breaking-changes/breaking-changes.md b/docs/content/breaking-changes/breaking-changes.md index 8a34fc167f56..ad2fdf5d9200 100644 --- a/docs/content/breaking-changes/breaking-changes.md +++ b/docs/content/breaking-changes/breaking-changes.md @@ -91,6 +91,8 @@ For more information, see * For MMv1 resources, removing `diff_suppress_func` from a field. * For handwritten resources, removing `DiffSuppressFunc` from a field. * Removing update support from a field. +* Removing drift detection from a field - that is, ignoring the field's value as returned by the API when previously it was stored in state. + * For MMv1 resources, adding `ignore_read: true`. ### Making validation more strict