feat(vaultwarden): add SMTP password handling and update email configurations
This commit is contained in:
@@ -116,6 +116,7 @@ module "vaultwarden" {
|
||||
smtp_from = local.vaultwarden_smtp_from
|
||||
smtp_from_name = local.vaultwarden_smtp_from_name
|
||||
smtp_username = local.vaultwarden_smtp_username
|
||||
smtp_password = local.vaultwarden_smtp_password
|
||||
|
||||
# We temporarily enable signup to create the first admin user, then we will disable it and rotate the admin token
|
||||
# signup_enabled = true
|
||||
|
||||
Reference in New Issue
Block a user