feat: implement getmail runner script and update email fetching configuration
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user