add min_numeric
This commit is contained in:
@@ -16,6 +16,7 @@ resource "random_password" "password" {
|
||||
min_lower = 2
|
||||
min_upper = 2
|
||||
min_special = 2
|
||||
min_numeric = 1
|
||||
}
|
||||
|
||||
locals {
|
||||
|
||||
Reference in New Issue
Block a user