From 503fd1ca06a6a66cb835a8a033f550c347aac3aa Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Wed, 2 Sep 2020 08:36:08 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32b3ad8f59..928e5127c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ NEW FEATURES: ENHANCEMENTS: +* backend/http: add support for configuration by environment variable. [GH-25439] * command: Add support for provider redirects to `0.13upgrade`. If a provider in the Terraform Registry has moved to a new namespace, the `0.13upgrade` subcommand now detects this and follows the redirect where possible. [GH-26061] * command: Improve `init` error diagnostics when encountering what appears to be an in-house provider required by a pre-0.13 state file. Terraform will now display suggested `terraform state replace-provider` commands which will fix this specific problem. [GH-26066]