Include public network access arg
This commit is contained in:
parent
8d25835eab
commit
71e22e1e3b
@ -60,6 +60,8 @@ resource "azurerm_machine_learning_workspace" "default" {
|
||||
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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user