Skip to content

Commit a0ac2b2

Browse files
Update CHANGELOG.md
1 parent 4f5b9d0 commit a0ac2b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
BUG FIXES:
44

55
* 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]
910

1011
## 1.3.0 (September 21, 2022)
1112

0 commit comments

Comments
 (0)