terraform/builtin
Peter McAtominey 37e3aa9d8c provider/azurerm: destroy azurerm_virtual_machine OS Disk VHD on deletion (#7584)
* provider/azurerm: destroy azurerm_virtual_machine OS Disk VHD on deletion

The OS Disk previously wasn't deleted with the VM, this causes subsequent
apply operations which recreate the VM to fail as the VHD blob already exists.

Fixes #6610

* provider/azurerm: add delete_os_disk_on_termination to azurerm_virtual_machine

delete_os_disk_on_termination is a bool which defaults to false to avoid making
a breaking change, and to follow the same flow as the Azure API
2016-07-13 23:52:20 +01:00
..
bins Add scaleway provider (#7331) 2016-07-13 21:03:41 +01:00
providers provider/azurerm: destroy azurerm_virtual_machine OS Disk VHD on deletion (#7584) 2016-07-13 23:52:20 +01:00
provisioners provisioner/file: Clean up temporary files 2016-07-08 19:35:00 +01:00