From fe9a5592bca042b535fcd6ab4d33a6cf8d98e16e Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 5 Mar 2019 15:44:17 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df752ea5d..a30678965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 0.12.0-beta2 (Unreleased) +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] ## 0.12.0-beta1 (Feb 28, 2019)