From dcf0996015fec967b7154ddbee0cb48d33028ae8 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Fri, 22 Apr 2016 01:48:26 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4faf7fd4f5..49c92a2c58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -94,6 +94,7 @@ BUG FIXES: * provider/aws: Renaming `aws_elastic_beanstalk_configuration_template``option_settings` to `setting` [GH-6043] * provider/aws: `aws_customer_gateway` will properly populate `bgp_asn` on refresh. [no issue] * provider/aws: provider/aws: Refresh state on `aws_directory_service_directory` not found [GH-6294] + * provider/aws: `aws_elb` `cross_zone_load_balancing` is not refreshed in the state file [GH-6295] * provider/azurerm: Fix detection of `azurerm_storage_account` resources removed manually [GH-5878] * provider/docker: Docker Image will be deleted on destroy [GH-5801] * provider/openstack: Fix Disabling DHCP on Subnets [GH-6052]