0
0
llucycodes42
This code defines a network security rule named "test123" that is associated with the test resource group.
Shortcut: tf_azurerm_network_security_rule
resource "azurerm_network_security_rule" "${MyResource}" {
name = "test123"
resource_group_name = "\${azurerm_resource_group.test.name}"
network_security_group_name = "\${azurerm_network_security_group.test.name}"
}