Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-10-09 10:50:52 -07:00
parent 3ad6016d8f
commit 958f2ec094
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ IMPROVEMENTS:
* core: Plugins are loaded from `~/.terraform.d/plugins` (Unix) or
`%USERDATA%/terraform.d/plugins` (Windows).
* helper/schema: Can now have default values. [GH-245]
* providers/aws: Tag support for most resources.
* providers/aws: New resource `db_subnet_group`. [GH-295]
* providers/aws: Add `map_public_ip_on_launch` for subnets. [GH-285]
* providers/aws: Add `iam_instance_profile` for instances. [GH-319]