removing comments

This commit is contained in:
ryhud 2021-10-28 11:51:42 -04:00
parent 0943dd0568
commit 3adc707d42
2 changed files with 2 additions and 10 deletions

View File

@ -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" {

View File

@ -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" {