Created
October 12, 2022 10:39
-
-
Save kunalworldwide/ef62b66173795372a66a21a2f7fa8b05 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resource "azurerm_subnet_network_security_group_association" "private" { | |
subnet_id = azurerm_subnet.DatabricksSubnetPrivate.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