From 5e8806f397eacab529beb22536b5242a4c68eeaf Mon Sep 17 00:00:00 2001 From: James Bardin Date: Tue, 7 Sep 2021 11:34:25 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d74909b0..41523b54e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ ENHANCEMENTS: BUG FIXES: * core: Fixed an issue where provider configuration input variables were not properly merging with values in configuration ([#29000](https://github.com/hashicorp/terraform/issues/29000)) +* cli: Blocks using SchemaConfigModeAttr in the provider SDK can now represented in the plan json output [GH-29522] ## Previous Releases