diff --git a/quickstart/201-machine-learning-moderately-secure/dsvm.tf b/quickstart/201-machine-learning-moderately-secure/dsvm.tf index 0ad12aa8..5beed51f 100644 --- a/quickstart/201-machine-learning-moderately-secure/dsvm.tf +++ b/quickstart/201-machine-learning-moderately-secure/dsvm.tf @@ -7,11 +7,7 @@ resource "azurerm_network_interface" "dsvm" { name = "configuration" subnet_id = azurerm_subnet.snet-dsvm.id private_ip_address_allocation = "Dynamic" - } - /*depends_on = [ - azurerm_route_table.jumphost_rt - ] - */ + } } resource "azurerm_windows_virtual_machine" "dsvm" { diff --git a/quickstart/301-machine-learning-hub-spoke-secure/dsvm.tf b/quickstart/301-machine-learning-hub-spoke-secure/dsvm.tf index 8e1f93a3..383fccd3 100644 --- a/quickstart/301-machine-learning-hub-spoke-secure/dsvm.tf +++ b/quickstart/301-machine-learning-hub-spoke-secure/dsvm.tf @@ -7,11 +7,7 @@ resource "azurerm_network_interface" "dsvm" { name = "configuration" subnet_id = azurerm_subnet.snet-jumphost.id private_ip_address_allocation = "Dynamic" - } - /*depends_on = [ - azurerm_route_table.jumphost_rt - ] - */ + } } resource "azurerm_windows_virtual_machine" "dsvm" {