From 09367956f1c59e373be2c16160a72fdbc1cea7d5 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 9 Oct 2024 09:33:44 -0700 Subject: [PATCH] CHANGELOG entry for #2055 and #2060 Signed-off-by: Martin Atkins --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3afc38d5..3c1274185b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.8.4 (Unreleased) + +BUG FIXES: + +* `tofu init` will no longer return a supurious "Backend configuration changed" error when re-initializing a working directory with identical settings, backend configuration contains references to variables or local values, and when the `-backend-config` command line option is used. That combination previously caused OpenTofu to incorrectly treat the backend configuration as invalid. ([#2055](https://github.com/opentofu/opentofu/pull/2055)) + ## 1.8.3 SECURITY: