From ece80c0fc2f9c9d830b036f735cb94187246dc60 Mon Sep 17 00:00:00 2001 From: Chris Arcand Date: Tue, 2 Nov 2021 15:34:49 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 577e60593..4597dcbd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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