Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-12-17 11:40:53 -08:00
parent 54e558af82
commit e6289fbe63
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ BUG FIXES:
validation around invalid types here. [GH-624] validation around invalid types here. [GH-624]
* core: fix error when using a computed module output as an input to * core: fix error when using a computed module output as an input to
another module. [GH-659] 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 * provider/aws: Fix crash case when internet gateway is not attached
to any VPC. [GH-664] to any VPC. [GH-664]
* provider/aws: `vpc_id` is no longer required. [GH-667] * provider/aws: `vpc_id` is no longer required. [GH-667]