feature: migrate to 32 length password
This commit is contained in:
parent
0e2974d193
commit
0f9eaf40f9
@ -1,5 +1,5 @@
|
||||
resource "random_password" "password" {
|
||||
length = 16
|
||||
length = 32
|
||||
special = true
|
||||
override_special = "$*()=+[]{}<>?"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user