From 5ce5348070774cc22718b360ffe03d2892bbba59 Mon Sep 17 00:00:00 2001 From: Clint Date: Fri, 21 Apr 2017 11:39:30 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b62f0090f..cae2b36116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ BUG FIXES: * provider/aws: Remove aws_network_acl_rule if not found [GH-13608] * provider/aws: Allow GovCloud KMS ARNs to pass validation in `kms_key_id` attributes [GH-13699] * provider/aws: Changing aws_opsworks_instance should ForceNew [GH-13839] + * provider/aws: Fix issue importing some Security Groups and Rules based on rule structure [GH-13630] * provider/azurerm: azurerm_redis_cache resource missing hostname [GH-13650] * provider/azurerm: Locking around Network Security Group / Subnets [GH-13637] * provider/azurerm: Locking route table on subnet create/delete [GH-13791]