From 12241900d880f8b0c7568881f286dc68e1bc9347 Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Tue, 1 Sep 2020 10:25:39 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e545669..e2b9059c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ENHANCEMENTS: BUG FIXES: +* command: Warn instead of error when the `output` subcommand with no arguments results in no outputs. This aligns the UI to match the 0 exit code in this situation, which is notable but not necessarily an error. [GH-26036] * terraform: Fix crashing bug when reading data sources during plan with blocks backed by objects, not collections [GH-26028] * terraform: Fix bug where variables values were asked for twice on the command line and provider input values were asked for but not saved [GH-26063]