From 25bb6f2f77d73554f795511570886a80153e5970 Mon Sep 17 00:00:00 2001 From: Liam Cervante Date: Tue, 31 Jan 2023 07:07:36 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c82a9f0dcea2..3834f5d10515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ BUG FIXES: * A variable only referenced by an output precondition error_message may be missing during evaluation [GH-32464] * Removing a NestingSingle block from configuration results in an invalid plan [GH-32463] * Null module outputs could be dropped, causing evaluation errors when referring to those module attributes [GH-32583] +* Fix terraform crash when applying defaults into a collection with dynamic type constraint. [GH-32454] ## 1.3.7 (January 04, 2023)