From 9c625d05b41fe5aedf315a8b3bcef601e4885762 Mon Sep 17 00:00:00 2001 From: Eric D Date: Tue, 10 Jan 2023 14:06:48 -0500 Subject: [PATCH] removed depends_on line --- quickstart/101-windows-vm-with-iis-server/main.tf | 2 -- 1 file changed, 2 deletions(-) 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