Skip to content

Commit

Permalink
Fixes #127 Improve docs for delete_os_disk_on_termination
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenWeatherford committed Jun 27, 2017
1 parent babb08f commit a80c9b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/r/virtual_machine.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,12 @@ resource "azurerm_virtual_machine" "test" {
network_interface_ids = ["${azurerm_network_interface.test.id}"]
vm_size = "Standard_DS1_v2"
# Uncomment this line to delete the OS disk automatically when deleting the VM
# delete_os_disk_on_termination = true
# Uncomment this line to delete the data disks automatically when deleting the VM
# delete_data_disks_on_termination = true
storage_image_reference {
publisher = "Canonical"
offer = "UbuntuServer"
Expand Down

0 comments on commit a80c9b7

Please sign in to comment.