formatting updates

This commit is contained in:
Dennis Eikelenboom
2021-09-20 10:18:18 -07:00
parent 44679c877a
commit 5c6087899a
6 changed files with 8 additions and 52 deletions

View File

@ -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