Include public mode arg for completeness
This commit is contained in:
parent
0b18cf4739
commit
8d25835eab
@ -60,7 +60,10 @@ resource "azurerm_machine_learning_workspace" "default" {
|
|||||||
type = "SystemAssigned"
|
type = "SystemAssigned"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Args of use when using an Azure Private Link configuration
|
||||||
|
public_network_access_enabled = false
|
||||||
image_build_compute_name = var.image_build_compute_name
|
image_build_compute_name = var.image_build_compute_name
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Private endpoints
|
# Private endpoints
|
||||||
|
Loading…
x
Reference in New Issue
Block a user