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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ BUG FIXES:
20
20
* Fix several Terraform crashes that are caused by HCL creating objects that should not exist in variables that specify default attributes in optional objects within collections. ([#32178](https://github.com/hashicorp/terraform/issues/32178))
21
21
* Fix inconsistent behaviour in empty vs null collections. ([#32178](https://github.com/hashicorp/terraform/issues/32178))
22
22
*`terraform workspace` now returns a non-zero exit when given an invalid argument [GH-31318]
23
+
* Terraform would always plan changes when using a nested set attribute [GH-32536]
24
+
* Terraform can now better detect when complex optional+computed object attributes are removed from configuration [GH-32551]
25
+
* A new methodology for planning set elements can now better detect optional+computed changes within sets [GH-32563]
0 commit comments