diff --git a/CHANGELOG.md b/CHANGELOG.md index 30fe6ed23..12cad1267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]