Skip to content

Instantly share code, notes, and snippets.

@kunalworldwide
Created October 12, 2022 10:36
Show Gist options
  • Save kunalworldwide/c3c2c5439e1f2634dc37d2b2834de2a8 to your computer and use it in GitHub Desktop.
Save kunalworldwide/c3c2c5439e1f2634dc37d2b2834de2a8 to your computer and use it in GitHub Desktop.
resource "azurerm_network_security_group" "DatabricksNSG" {
name = "VirtualNetwork NSG Name"
resource_group_name = azurerm_resource_group.RG.name
location = azurerm_resource_group.RG.location
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment