Skip to content

Instantly share code, notes, and snippets.

@kunalworldwide
Created October 12, 2022 10:38
Show Gist options
  • Save kunalworldwide/c6fbcd8afa4780a7abb04821373dec3e to your computer and use it in GitHub Desktop.
Save kunalworldwide/c6fbcd8afa4780a7abb04821373dec3e to your computer and use it in GitHub Desktop.
resource "azurerm_subnet_network_security_group_association" "public" {
subnet_id = azurerm_subnet.DatabricksSubnetPublic.id
network_security_group_id = azurerm_network_security_group.DatabricksNSG.id
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment