From 424568c8054b89c1e7262be20564d536fa55d37b Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Tue, 13 Apr 2021 09:50:37 +0200 Subject: [PATCH] docs: updating the description for force delete --- website/docs/index.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown index 662dd3acc420..1eebf208b907 100644 --- a/website/docs/index.html.markdown +++ b/website/docs/index.html.markdown @@ -208,7 +208,7 @@ The `virtual_machine` block supports the following: ~> **Note:** When using a graceful shutdown, Azure gives the Virtual Machine a 5 minutes window in which to complete the shutdown process, at which point the machine will be force powered off - [more information can be found in this blog post](https://azure.microsoft.com/en-us/blog/linux-and-graceful-shutdowns-2/). -* `force_delete` - Should the `azurerm_linux_virtual_machine` and `azurerm_windows_virtual_machine` resources send a `Force Delete` flag when deleting the Virtual Machine? This can help to work around issues within the Azure Platform during deletion of a Virtual Machine. Defaults to `false`. +* `force_delete` - Should the `azurerm_linux_virtual_machine` and `azurerm_windows_virtual_machine` resources send a `Force Delete` flag when deleting the Virtual Machine? Force Delete force-detaches all devices from the Virtual Machine during deletion, rather than waiting for them to gracefully detach - which can be helpful during the deletion of other resources. Defaults to `false`. ~> **Note:** Support for Force Delete is in an opt-in Preview. @@ -216,7 +216,7 @@ The `virtual_machine` block supports the following: The `virtual_machine_scale_set` block supports the following: -* `force_delete` - Should the `azurerm_linux_virtual_machine_scale_set` and `azurerm_windows_virtual_machine_scale_set` resources send a `Force Delete` flag when deleting the Virtual Machine Scale Set? This can help to work around issues within the Azure Platform during deletion of a Virtual Machine Scale Set. Defaults to `false`. +* `force_delete` - Should the `azurerm_linux_virtual_machine_scale_set` and `azurerm_windows_virtual_machine_scale_set` resources send a `Force Delete` flag when deleting the Virtual Machine Scale Set? Force Delete force-detaches all devices from the Virtual Machine Scale Set during deletion, rather than waiting for them to gracefully detach - which can be helpful during the deletion of other resources. Defaults to `false`. ~> **Note:** Support for Force Delete is in an opt-in Preview.