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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,10 @@
3
3
BUG FIXES:
4
4
5
5
* Fixed a crash when using objects with optional attributes and default values in collections, most visible with nested modules. [GH-31847]
6
-
* Prevent cycles in some situations where a provider depends on resources in the configuration which are participating in planned changes [GH-31857]
7
-
* Fix error when attempting to destroy a configuration where resources do not exist in the state [GH-31858]
8
-
* Data sources which cannot be read during import may prevent the state from being serialized [GH-31871]
6
+
* Prevent cycles in some situations where a provider depends on resources in the configuration which are participating in planned changes. [GH-31857]
7
+
* Fixed an error when attempting to destroy a configuration where resources do not exist in the state. [GH-31858]
8
+
* Data sources which cannot be read during will no longer prevent the state from being serialized. [GH-31871]
9
+
* Fixed a crash which occured when a resource with a precondition and/or a postcondition appeared inside a module with two or more instances. [GH-31860]
0 commit comments