add actualbudget [ci skip]

This commit is contained in:
Viktor Barzin 2024-12-01 13:04:27 +00:00
parent b6d114ed20
commit 2fe7666c2d
2 changed files with 133 additions and 0 deletions

View file

@ -532,3 +532,8 @@ module "linkwarden" {
authentik_client_id = var.linkwarden_authentik_client_id
authentik_client_secret = var.linkwarden_authentik_client_secret
}
module "actualbudget" {
source = "./actualbudget"
tls_secret_name = var.tls_secret_name
}