Update CHANGELOG.md

This commit is contained in:
Justin Campbell 2019-03-18 13:13:47 -04:00 committed by GitHub
parent e696e063dc
commit 3119cb039b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ IMPROVEMENTS:
* The warning for undeclared variables in `.tfvars` files now consolidates multiple warnings when there are more than three, to avoid an overwhelming wall of warnings in situations where a common `.tfvars` file is used across many configurations. Setting "global" variables in `.tfvars` is deprecated for v0.12 and should be replaced with the `TF_VAR_...` environment variables. [GH-20581]
* backend/remote: Retry calls when the remote backend responds with a server error [GH-20588]
* backend/remote: Check for external updates while waiting for user input [GH-20620]
* plugin/discover: Parse and display provider warnings from the Terraform Registry [GH-20674]
BUG FIXES: