From bc769aeb7ccad4d20e804cb773fcede5260331e3 Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Wed, 21 Oct 2020 14:12:48 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ebf6779c..641c916dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ENHANCEMENTS: * Improved support for Windows console UI, including bold colors and underline for HCL diagnostics [GH-26588] +BUG FIXES: + +* command: Exit with an error if unable to gather input from the UI. For example, this may happen when running in a non-interactive environment but without `-input=false`. Previously Terraform would interpret these errors as empty strings, which could be confusing. [GH-26509] + ## Previous Releases For information on prior major releases, see their changelogs: