removing comments
This commit is contained in:
parent
0943dd0568
commit
3adc707d42
@ -8,10 +8,6 @@ resource "azurerm_network_interface" "dsvm" {
|
|||||||
subnet_id = azurerm_subnet.snet-dsvm.id
|
subnet_id = azurerm_subnet.snet-dsvm.id
|
||||||
private_ip_address_allocation = "Dynamic"
|
private_ip_address_allocation = "Dynamic"
|
||||||
}
|
}
|
||||||
/*depends_on = [
|
|
||||||
azurerm_route_table.jumphost_rt
|
|
||||||
]
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "azurerm_windows_virtual_machine" "dsvm" {
|
resource "azurerm_windows_virtual_machine" "dsvm" {
|
||||||
|
@ -8,10 +8,6 @@ resource "azurerm_network_interface" "dsvm" {
|
|||||||
subnet_id = azurerm_subnet.snet-jumphost.id
|
subnet_id = azurerm_subnet.snet-jumphost.id
|
||||||
private_ip_address_allocation = "Dynamic"
|
private_ip_address_allocation = "Dynamic"
|
||||||
}
|
}
|
||||||
/*depends_on = [
|
|
||||||
azurerm_route_table.jumphost_rt
|
|
||||||
]
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "azurerm_windows_virtual_machine" "dsvm" {
|
resource "azurerm_windows_virtual_machine" "dsvm" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user