From a3a9d5d21db6c7a3d975f0b3b630deff1862332f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 25 Jun 2015 17:51:18 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 229c8331f..5b06e6ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,6 +79,7 @@ BUG FIXES: doesn't implement those aliases [GH-2475] * core: unknown resource attributes passed in as parameters to modules now error [GH-2478] + * core: better error messages for missing variables [GH-2479] * command/*: fixed bug where variable input was not asked for unset vars if terraform.tfvars existed [GH-2502] * command/apply: prevent output duplication when reporting errors [GH-2267]