From 6327796f4a7cf8465b3f89424afc82f6bc675480 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Sun, 23 Apr 2017 11:26:31 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 160ba0e5b..f01216bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,7 @@ BUG FIXES: * 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/aws: Allow force-destroying `aws_route53_zone` which has trailing dot [GH-12421] * 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]