Skip to content

Instantly share code, notes, and snippets.

@kunalworldwide
Created October 12, 2022 10:24
Show Gist options
  • Save kunalworldwide/25324ed97c3dcbb70a45531391c773a4 to your computer and use it in GitHub Desktop.
Save kunalworldwide/25324ed97c3dcbb70a45531391c773a4 to your computer and use it in GitHub Desktop.
resource "azurerm_virtual_network" "DatabricksVnet" {
name = "VNET NAME"
resource_group_name = azurerm_resource_group.RG.name
location = azurerm_resource_group.RG.location
address_space = ["VNET CIDR"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment