From bc46ff545ec5dc41857dd42166565d440f3f55f2 Mon Sep 17 00:00:00 2001 From: Pam Selle Date: Thu, 7 Jan 2021 15:33:07 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41edb2d8c..35af89c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ BUG FIXES: * 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] +* core: validate will now ignore providers without configuration [GH-24896] ## Previous Releases