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
|
length = 8
|
||||||
upper = false
|
upper = false
|
||||||
special = false
|
special = false
|
||||||
|
numeric = false
|
||||||
}
|
}
|
||||||
|
|
||||||
# Compute instance
|
# Compute instance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user