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