Skip to content

Commit

Permalink
Update BREAKING_CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez authored Sep 14, 2022
1 parent 6491c89 commit 18c342e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ go into the four categories and rules therein.
Resource/datasource naming conventions and entry differences.

<h4 id="resource-map-resource-removal-or-rename"> Removing or Renaming an resource </h4>
* In terraform resources should be retained whenever possible. A removable of an resource will result in a configuration breakage wherever a dependency on that resource exists. Renaming or Removing a resources are functionally equivalent in terms of configuration breakages.
> In terraform resources should be retained whenever possible. A removable of an resource will result in a configuration breakage wherever a dependency on that resource exists. Renaming or Removing a resources are functionally equivalent in terms of configuration breakages.
### Resource Level Breakages
Individual resource breakages like field entry removals or behavior within a resource.
Expand Down

0 comments on commit 18c342e

Please sign in to comment.