feat: implement getmail runner script and update email fetching configuration

This commit is contained in:
2025-10-06 23:36:50 +02:00
parent 7f9a64b0ed
commit 84c8288f8a
5 changed files with 157 additions and 58 deletions
+4
View File
@@ -101,6 +101,10 @@ locals {
secret_name = "mail-tls"
}
}
getmail_runner_script = file("${path.module}/resources/getmail/runner.py")
checksum_getmail_runner_script = sha256(local.getmail_runner_script)
getmail_fetch_interval_seconds = coalesce(var.getmail_fetch_interval_seconds, 120)
}
data "external" "password_hasher" {