From 1d794d313b79927cda150fa82c33e06216fc304b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 14 Dec 2016 13:56:16 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e17b32af..f91fe53ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ IMPROVEMENTS: BUG FIXES: + * core: Handle whitespace around the key in the `-var` flag. [GH-10717] * core: `terraform` block works in the presence of `_override` files [GH-10715] * core: Fix error when a provider in a module only referenced a variable [GH-10719]