From b42c0d89e688c8b0c9015299928ee040ae048d49 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Wed, 29 Jun 2016 07:37:35 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4edf6043d0..533cd7fe72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,6 +88,7 @@ IMPROVEMENTS: * 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/aws: Support Elastic Beanstalk scheduledaction [GH-7376] + * provider/aws: Add support for NewInstancesProtectedFromScaleIn to `aws_autoscaling_group` [GH-6490] * 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]