101-machine-learning - update the settings of random_string (#271)
This commit is contained in:
@ -3,6 +3,7 @@ resource "random_string" "ci_prefix" {
|
||||
length = 8
|
||||
upper = false
|
||||
special = false
|
||||
numeric = false
|
||||
}
|
||||
|
||||
# Compute instance
|
||||
|
Reference in New Issue
Block a user