This commit is contained in:
2024-05-17 08:42:51 +02:00
parent 50b7296415
commit 31fb1a54ef
3 changed files with 12 additions and 6 deletions

View File

@@ -38,11 +38,6 @@ resource "random_password" "NONCE_SALT" {
special = false
}
resource "random_password" "NONCE_SALT" {
length = 32
special = false
}
resource "random_password" "ADM_PASS" {
length = 18
special = false