From 1b1b17d7c7d96554cec6be4b4c72baa6445067ca Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Fri, 11 Sep 2020 10:55:05 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb9410eb..58c61e2dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ BREAKING CHANGES: BUG FIXES: * command/clistate: return an error on a state unlock failure [[#25729](https://github.com/hashicorp/terraform/issues/25729)] +* configs: Report an error when provider configuration attributes are incorrectly added to a `required_providers` object. [GH-26184] * lang/funcs: fix panic when element() is called with a negative offset ([#26079](https://github.com/hashicorp/terraform/issues/26079)) * states/remote: fix `state push -force` to work for all backends ([#26190](https://github.com/hashicorp/terraform/issues/26190))