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 fff24e2 commit cb79cbcCopy full SHA for cb79cbc
quickstart/101-machine-learning/workspace.tf
@@ -12,12 +12,7 @@ resource "azurerm_key_vault" "default" {
12
resource_group_name = azurerm_resource_group.default.name
13
tenant_id = data.azurerm_client_config.current.tenant_id
14
sku_name = "premium"
15
- purge_protection_enabled = true
16
-
17
- network_acls {
18
- default_action = "Deny"
19
- bypass = "AzureServices"
20
- }
+ purge_protection_enabled = false
21
}
22
23
resource "azurerm_storage_account" "default" {
@@ -26,7 +21,6 @@ resource "azurerm_storage_account" "default" {
26
27
account_tier = "Standard"
28
account_replication_type = "GRS"
29
30
24
31
25
32
resource "azurerm_container_registry" "default" {
0 commit comments