Skip to content

Commit

Permalink
Explicitly state breaking modules as a concern with making settable f…
Browse files Browse the repository at this point in the history
…ields read-only (#11426)
  • Loading branch information
melinath authored Aug 12, 2024
1 parent 9cf5fda commit 4bac724
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/develop/breaking-changes/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ For more information, see
* <a name="field-becoming-computed"></a> Making a settable field read-only
* For MMv1 resources, adding `output: true` to an existing field.
* For handwritten resources, adding `Computed: true` to a field that does not have `Optional: true` set.
* Even if there is no valid scenario where a field can be set, changing it to read-only may be a breaking change for
modules that depend on the provider.
* <a name="field-oc-to-c"></a> Removing support for API-side defaults
* For MMv1 resources, removing `default_from_api: true`.
* For handwritten resources, altering a field schema with `Computed: true` + `Optional: true`
Expand Down

0 comments on commit 4bac724

Please sign in to comment.