From e6289fbe635e64026e3f0e78ee92957212555676 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 17 Dec 2014 11:40:53 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3147a3ba7..681a14798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ BUG FIXES: validation around invalid types here. [GH-624] * core: fix error when using a computed module output as an input to another module. [GH-659] + * core: map overrides in "terraform.tfvars" no longer result in a syntax + error. [GH-647] * provider/aws: Fix crash case when internet gateway is not attached to any VPC. [GH-664] * provider/aws: `vpc_id` is no longer required. [GH-667]