Skip to content

Commit

Permalink
Add rule link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
trodge committed Mar 12, 2024
1 parent 9ecd5ee commit d7fdbef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/develop/breaking-changes/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ For more information, see
and modifying examples and modules may achieve the intended effect with a smaller blast radius.
* <a name="field-changing-data-format"></a> Modifying how field data is stored in state
* For example, changing the case of a value returned by the API in a flattener or decorder
* Removing diff suppression from a field.
* <a name="field-removing-diff-suppress"></a> Removing diff suppression from a field.
* For MMv1 resources, removing `diff_suppress_func` from a field.
* For handwritten resources, removing `DiffSuppressFunc` from a field.
* Removing update support from a field.
Expand Down
1 change: 1 addition & 0 deletions tools/diff-processor/rules/rules_field.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ var fieldRule_RemovingDiffSuppress = FieldRule{
name: "Removing Diff Suppress Function",
definition: "Diff suppress functions cannot be removed. Otherwise terraform configurations that previously had no diffs would show diffs.",
message: "Field {{field}} lost its diff suppress function",
identifier: "field-removing-diff-suppress",
isRuleBreak: fieldRule_RemovingDiffSuppress_func,
}

Expand Down

0 comments on commit d7fdbef

Please sign in to comment.