diff --git a/quickstart/101-windows-vm-with-iis-server/main.tf b/quickstart/101-windows-vm-with-iis-server/main.tf index cdd9f08d..4ef032b7 100644 --- a/quickstart/101-windows-vm-with-iis-server/main.tf +++ b/quickstart/101-windows-vm-with-iis-server/main.tf @@ -144,6 +144,4 @@ resource "azurerm_virtual_machine_extension" "web_server_install" { "commandToExecute": "powershell -ExecutionPolicy Unrestricted Install-WindowsFeature -Name Web-Server -IncludeAllSubFeature -IncludeManagementTools" } SETTINGS - - depends_on = [ azurerm_windows_virtual_machine.my_terraform_vm ] } \ No newline at end of file