From ef7607df04b7a5ebc596510462e8b6dccd057147 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Thu, 14 Jan 2021 11:15:05 -0500 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 903d6d99d..b54814217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,8 @@ BUG FIXES: * command/taint: show resource name in -allow-missing warning [GH-27501] * command/untaint: show resource name in -allow-missing warning [GH-27502] * core: validate will now ignore providers without configuration ([#24896](https://github.com/hashicorp/terraform/issues/24896)) +* core: refresh data sources during destroy [GH-27408] +* core: don't plan changes for outputs that remain null [GH-27512] ## Previous Releases