Update CHANGELOG.md

This commit is contained in:
Chris Arcand 2021-11-02 15:34:49 -05:00
parent f04ea2bd3d
commit ece80c0fc2
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ BUG FIXES:
* cli: Blocks using SchemaConfigModeAttr in the provider SDK can now represented in the plan json output ([#29522](https://github.com/hashicorp/terraform/issues/29522))
* cli: Prevent applying a stale planfile when there was no previous state ([#29755](https://github.com/hashicorp/terraform/issues/29755))
* cli: Improve list nested attribute rendering [GH-29827]
* command: Fixed an issue where the backend cache hash value was being updated too early in backend initialization/migrate flows, causing situations where `init` would not properly restart a backend migration process if that process failed previously. [GH-29860]
## Previous Releases