Add FW rules, spoke DNS and UDRs to FW

This commit is contained in:
Dylan Reed
2021-10-07 13:26:44 -04:00
parent 32a9580ffb
commit e3d2f4db37
7 changed files with 447 additions and 19 deletions

View File

@ -182,4 +182,7 @@ resource "azurerm_machine_learning_compute_cluster" "image-builder" {
identity {
type = "SystemAssigned"
}
depends_on = [
azurerm_private_endpoint.mlw_ple
]
}