Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2017-08-28 12:02:59 -07:00 committed by GitHub
parent 3a1582c1b9
commit 170de0964d
1 changed files with 1 additions and 0 deletions

View File

@ -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)