From 744a231d4c15cfc4394a514820f73c728d4614c0 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Mon, 1 Nov 2021 15:43:25 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2e520ef4..37a55b6f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ ENHANCEMENTS: BUG FIXES: +* backend/oss: Flatten `assume_role` block attributes, so that they may be more easily represented in a compatible way with `terraform_remote_state` [GH-29307] * 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)) * core: Reduce scope of dependencies that may defer reading of data sources when using `depends_on` or directly referencing managed resources ([#29682](https://github.com/hashicorp/terraform/issues/29682)) * cli: Blocks using SchemaConfigModeAttr in the provider SDK can now represented in the plan json output ([#29522](https://github.com/hashicorp/terraform/issues/29522))