From 9ac8e3c55e01a2ee3465c9a2522cc0aa8662fb22 Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Mon, 14 Dec 2020 11:08:57 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1fc49a87..41edb2d8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ BUG FIXES: * cli: TF_LOG levels other than `trace` will now work correctly [GH-26632] * cli: Core and Provider logs can now be enabled separately for debugging, using `TF_LOG_CORE` and `TF_LOG_PROVIDER` [GH-26685] * command/console: expressions using `path` (`path.root`, `path.module`) now return the same result as they would in a configuration [GH-27263] +* command/state list: fix bug where nested modules' resources were missing from `state list` output [GH-27268] ## Previous Releases