From 52529df1503ef3fcae709053dc1ac908e19711e4 Mon Sep 17 00:00:00 2001 From: UKEME BASSEY Date: Fri, 1 Apr 2022 14:08:17 -0400 Subject: [PATCH] Update CHANGELOG.md updating CHANGELOG.md for fix: #30780 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f7c1deaa44..28ed0461d46c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ BUG FIXES: * cli: Fix missing identifying attributes (e.g. "id", "name") when displaying plan diffs with nested objects. [GH-30685] * functions: Fix error when `sum()` function is called with a collection of string-encoded numbers, such as `sum(["1", "2", "3"])`. [GH-30684] * When rendering a diff, Terraform now quotes the name of any object attribute whose string representation is not a valid identifier. [GH-30766] +* Terraform will no longer crash in the `terraform apply` phase if an error occurs during backend configuration. ([#30780](https://github.com/hashicorp/terraform/pull/30780)) ## 1.1.7 (March 02, 2022)