Include public network access arg
This commit is contained in:
parent
8d25835eab
commit
71e22e1e3b
@ -59,7 +59,9 @@ resource "azurerm_machine_learning_workspace" "default" {
|
||||
identity {
|
||||
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
|
||||
}
|
||||
|
||||
@ -181,4 +183,4 @@ resource "azurerm_machine_learning_compute_cluster" "image-builder" {
|
||||
identity {
|
||||
type = "SystemAssigned"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user