From c69267ea723e5ef30527b9e54078dc478ff9c97f Mon Sep 17 00:00:00 2001 From: James Bardin Date: Mon, 13 Jan 2020 10:45:13 -0500 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fc8e03b6..83a5646a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ EXPERIMENTS: Due to the experimental nature of this feature, we do not recommend using it in "production" modules yet and we require an explicit [experimental feature opt-in](https://www.terraform.io/docs/configuration/terraform.html#experimental-language-features) of `variable_validation`. Depending on what feedback we receive, the design of this experimental feature may change significantly in future versions without an automatic upgrade path. +BUG FIXES: +* core: Always clean up empty resources before empty modules [GH-23822] + ## 0.12.19 (January 08, 2020) ENHANCEMENTS: