From 2ba0ee411c61fa196653fcbd9c130f0c9ca745e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Mon, 13 May 2024 10:56:15 +0200 Subject: [PATCH] fix --- share/wildduck/secret.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/share/wildduck/secret.tf b/share/wildduck/secret.tf index 6e1f857..b969a48 100644 --- a/share/wildduck/secret.tf +++ b/share/wildduck/secret.tf @@ -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