From cf16b421356916a661aadc2af26c64f91fe7be03 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 10 Oct 2019 10:08:45 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccbfa720f..a24643717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ BUG FIXES: * config: Clean up orphan modules in the presence of -target [GH-21313] * command/show: Fix panic when the only resource instance is deposed [GH-23027] +* commands: When required root module variables are not provided and interactive input is disabled (`-input=false`), produce a proper "variable not defined" error rather than falling through to an internal assertion failure. [GH-23040] ## 0.12.10 (October 07, 2019)