From 771dafee3e562422730043abf18f572051bbcee1 Mon Sep 17 00:00:00 2001 From: Clint Date: Thu, 9 Jun 2016 16:46:39 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0bbf9afa5..9239830f0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ IMPROVEMENTS: * provider/aws: Add support for `character_set_name` to `aws_db_instance` [GH-4861] * provider/aws: Add support for DB parameter group with RDS Cluster Instances (Aurora) [GH-6865] * provider/aws: Add `name_prefix` to `aws_iam_instance_profile` and `aws_iam_role` [GH-6939] + * provider/aws: Rename parameter_group_name to db_cluster_parameter_group_name [GH-7083] * provider/azurerm: Add support for EnableIPForwarding to `azurerm_network_interface` [GH-6807] * provider/azurerm: Add support for exporting the `azurerm_storage_account` access keys [GH-6742] * provider/azurerm: The Azure SDK now exposes better error messages [GH-6976]