From 338a61d1358c955a20bb071ab8dc7ed7491ae616 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 27 Sep 2014 12:43:43 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c0ea6e6..96118b907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ IMPROVEMENTS: * helper/schema: Can now have default values. [GH-245] * 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] * providers/google: Support `target_tags` for firewalls. [GH-324] BUG FIXES: