fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user