Update CHANGELOG.md

This commit is contained in:
Alisdair McDiarmid 2020-09-01 15:19:58 -04:00 committed by GitHub
parent 45ac265d74
commit 19a057226b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ NEW FEATURES:
ENHANCEMENTS:
* 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]
BUG FIXES: