fix
This commit is contained in:
@@ -23,6 +23,11 @@ resource "random_password" "access" {
|
||||
special = false
|
||||
}
|
||||
|
||||
resource "random_password" "dkim" {
|
||||
length = 32
|
||||
special = false
|
||||
}
|
||||
|
||||
resource "random_password" "authentik" {
|
||||
length = 32
|
||||
special = false
|
||||
|
||||
Reference in New Issue
Block a user