removed depends_on line
This commit is contained in:
parent
1eb6e680f9
commit
9c625d05b4
@ -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 ]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user