From a020cf67c4790554e0d5b2adb9a813386d98753b Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 14 Nov 2019 14:56:56 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccfac6810..fa55be6b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ ## 0.12.15 (Unreleased) + +BUG FIXES: + +* various commands: Fixed errant error "Initialization required. Please see the error message above." [GH-23383] + + The error was produced on some of Terraform's subcommands (in particular `terraform show` and `terraform output`, but possibly others) if a warning was emitted during configuration loading and if a `backend` block was present. This issue has been present since v0.12.0 for any configuration that produces configuration-related deprecation warnings, but it became more visible in v0.12.14 due to the addition of several more situations that could produce warnings. + ## 0.12.14 (November 13, 2019) UPGRADE NOTES: