| Which of the following is the correct format to define type and name of resource of virtual network
choose the correct option from below list
(1)resource “azurerm_virtual_network”“vnet”
(2)resource “azurerm_virtual_network” ”vnet”
(3)resource "azurerm_virtual_network""vnet" & resource (4)"azurerm_virtual_network" "vnet" are correct
Answer:-(4)"azurerm_virtual_network" "vnet" are correct | | |