From ed1d856bdb791273baf56f9abbd7e12e26a39922 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Fri, 29 Jul 2022 10:50:44 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f3c85b2d..227a443377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ ENHANCEMENTS: * The Terraform CLI now calls `PlanResourceChange` for compatible providers when destroying resource instances. ([#31179](https://github.com/hashicorp/terraform/issues/31179)) * 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. [GH-31425] +* providercache: include host in provider installation error ([#31524](https://github.com/hashicorp/terraform/issues/31524)) BUG FIXES: