formatting updates
This commit is contained in:
@ -121,6 +121,7 @@ resource "azurerm_network_security_group" "nsg-training" {
|
||||
source_address_prefix = "BatchNodeManagement"
|
||||
destination_address_prefix = "*"
|
||||
}
|
||||
|
||||
security_rule {
|
||||
name = "AzureMachineLearning"
|
||||
priority = 110
|
||||
@ -152,7 +153,7 @@ resource "azurerm_subnet_network_security_group_association" "nsg-aks-link" {
|
||||
|
||||
# User Defined Routes
|
||||
|
||||
# UDR for Compute instance and compute clusters
|
||||
# UDR for compute instance and compute clusters
|
||||
resource "azurerm_route_table" "rt-training" {
|
||||
name = "rt-training"
|
||||
location = azurerm_resource_group.default.location
|
||||
|
Reference in New Issue
Block a user