Update CHANGELOG.md

This commit is contained in:
James Nugent 2016-07-14 13:32:00 -06:00
parent 63a8c53796
commit 5fc1b6870a
1 changed files with 1 additions and 0 deletions

View File

@ -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]