From 170de0964d7c110d1774880ca653899f8e7ff63f Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Mon, 28 Aug 2017 12:02:59 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 779bcc9fdf..a086d26369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ IMPROVEMENTS: BUG FIXES: * cli: `terraform init` now verifies the required Terraform version from the root module config. Previously this was verified only on subsequent commands, after initialization. [GH-15935] +* cli: `terraform validate` now consults `terraform.tfvars`, if present, to set variable values. This is now consistent with the behavior of other commands. [GH-15938] ## 0.10.2 (August 16, 2017)