101-machine-learning - update the settings of random_string (#271)
This commit is contained in:
parent
f72c62d2ad
commit
69d738882f
@ -3,6 +3,7 @@ resource "random_string" "ci_prefix" {
|
||||
length = 8
|
||||
upper = false
|
||||
special = false
|
||||
numeric = false
|
||||
}
|
||||
|
||||
# Compute instance
|
||||
@ -31,4 +32,4 @@ resource "azurerm_machine_learning_compute_cluster" "compute" {
|
||||
scale_down_nodes_after_idle_duration = "PT15M" # 15 minutes
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user