From cc4b7a10af893d0c4cee035a1363808816ee163c Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Fri, 11 Dec 2020 13:23:29 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81980ff61..e1fc49a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ BUG FIXES: * cli: 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] * 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] ## Previous Releases