Include public network access arg

This commit is contained in:
Dennis Eikelenboom 2021-09-24 12:16:23 -07:00 committed by GitHub
parent 8d25835eab
commit 71e22e1e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}
}