Skip to content

Commit

Permalink
101-machine-learning - update the settings of random_string (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei authored Nov 15, 2023
1 parent f72c62d commit 69d7388
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quickstart/101-machine-learning/compute.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ resource "random_string" "ci_prefix" {
length = 8
upper = false
special = false
numeric = false
}

# Compute instance
Expand Down Expand Up @@ -31,4 +32,4 @@ resource "azurerm_machine_learning_compute_cluster" "compute" {
scale_down_nodes_after_idle_duration = "PT15M" # 15 minutes
}

}
}

0 comments on commit 69d7388

Please sign in to comment.