From 7467805cc670cf27706b2c6b692f6926f35605f9 Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Mon, 11 Jan 2021 12:34:43 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f025fc7..cafee21d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ BUG FIXES: * cli: TF_LOG levels other than `trace` will now work correctly ([#26632](https://github.com/hashicorp/terraform/issues/26632)) * cli: Core and Provider logs can now be enabled separately for debugging, using `TF_LOG_CORE` and `TF_LOG_PROVIDER` ([#26685](https://github.com/hashicorp/terraform/issues/26685)) * command/console: expressions using `path` (`path.root`, `path.module`) now return the same result as they would in a configuration ([#27263](https://github.com/hashicorp/terraform/issues/27263)) +* command/show: fix issue with child_modules not properly displaying in certain circumstances [GH-27352] * command/state list: fix bug where nested modules' resources were missing from `state list` output ([#27268](https://github.com/hashicorp/terraform/issues/27268)) * core: validate will now ignore providers without configuration ([#24896](https://github.com/hashicorp/terraform/issues/24896))