From 5fc1b6870a2bd0223281b650b6f93add24ba7fb5 Mon Sep 17 00:00:00 2001 From: James Nugent Date: Thu, 14 Jul 2016 13:32:00 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 159b9c572..d36b889a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -205,6 +205,7 @@ BUG FIXES: * provider/azurerm: `computer_name` is now required for `azurerm_virtual_machine` resources [GH-7308] * provider/azurerm: destroy azurerm_virtual_machine OS Disk VHD on deletion [GH-7584] * provider/azurerm: catch `azurerm_template_deployment` erroring silently [GH-7644] + * provider/azurerm: changing the name of an `azurerm_virtual_machine` now forces a new resource [GH-7646] * provider/cloudflare: Fix issue upgrading CloudFlare Records created before v0.6.15 [GH-6969] * provider/cloudstack: Fix using `cloudstack_network_acl` within a project [GH-6743] * provider/digitalocean: Stop `digitocean_droplet` forcing new resource on uppercase region [GH-7044]