From 473334cded3a7a5fb67a29d3fa0e1df6f33dcc12 Mon Sep 17 00:00:00 2001 From: kmoe <5575356+kmoe@users.noreply.github.com> Date: Tue, 16 Aug 2022 16:54:45 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b74654c63b..5acd209c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ ENHANCEMENTS: * The AzureRM Backend now only supports MSAL (and Microsoft Graph) and no longer makes use of ADAL (and Azure Active Directory Graph) for authentication ([#31070](https://github.com/hashicorp/terraform/issues/31070)) * The COS backend now supports global acceleration. ([#31425](https://github.com/hashicorp/terraform/issues/31425)) * providercache: include host in provider installation error ([#31524](https://github.com/hashicorp/terraform/issues/31524)) +* refactoring: `moved` blocks can now be used to move resources to and from external modules [GH-31556] BUG FIXES: