From 63efb12ca9f1ed002b85b17b457ce08b4fb0fc49 Mon Sep 17 00:00:00 2001 From: Pam Selle Date: Thu, 14 Jan 2021 10:03:11 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8bc1a4b..1a6b02dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ BUG FIXES: * 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)) * command/state mv: fix display names in errors and improve error when failing to target a whole resource [GH-27482] +* command/taint: show resource name in -allow-missing warning [GH-27501] * core: validate will now ignore providers without configuration ([#24896](https://github.com/hashicorp/terraform/issues/24896)) ## Previous Releases