With the release of Terraform 2.0, and “azurerm_windows_virtual_machine”. How can we now use “azurerm_windows_virtual_machine” to disable windows updates and delete the OS disk on termination? The old “enable_automatic_upgrades” and “delete_os_disk_on_termination” do not work with “azurerm_windows_virtual_machine”.
Thanks