From 3e8dca19a9b1f71fae6f76c455f1b856ba801268 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Tue, 18 Apr 2017 17:37:10 +0100 Subject: [PATCH] Updating the changelog to include #13637 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af1a69ed6..0e036f20d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,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/azurerm: azurerm_redis_cache resource missing hostname [GH-13650] + * provider/azurerm: Locking around Network Security Group / Subnets [GH-13637] * provider/google: Stop setting the id when project creation fails [GH-13644] * provider/newrelic: newrelic_alert_condition - `condition_scope` must be `application` or `instance` [GH-12972] * provider/openstack: Fix updating Ports [GH-13604]