Skip to content

Commit 7d2afaa

Browse files
committed
update CHANGELOG.md
1 parent b6906f3 commit 7d2afaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ BUG FIXES:
2020
* 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))
2121
* Fix inconsistent behaviour in empty vs null collections. ([#32178](https://github.com/hashicorp/terraform/issues/32178))
2222
* `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]
26+
2327

2428
ENHANCEMENTS:
2529

0 commit comments

Comments
 (0)