We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a52e9a commit e814b48Copy full SHA for e814b48
quickstart/202-machine-learning-moderately-secure-existing-VNet/compute.tf
@@ -13,6 +13,10 @@ resource "azurerm_machine_learning_compute_instance" "compute_instance" {
13
machine_learning_workspace_id = azurerm_machine_learning_workspace.default.id
14
virtual_machine_size = "STANDARD_DS2_V2"
15
subnet_resource_id = var.training_subnet_resource_id
16
+
17
+ depends_on = [
18
+ azurerm_private_endpoint.mlw_ple
19
+ ]
20
}
21
22
# Compute cluster
0 commit comments