Update CHANGELOG.md

This commit is contained in:
Radek Simko 2016-06-17 12:38:03 +01:00 committed by GitHub
parent a9a2465b94
commit a1f571725e
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ IMPROVEMENTS:
* 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/aws: Retry RouteTable Route/Assocation creation [GH-7156]
* provider/aws: `delegation_set_id` conflicts w/ `vpc_id` in `aws_route53_zone` as delegation sets can only be used for public zones [GH-7213]
* 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]