add actualbudget [ci skip]
This commit is contained in:
parent
b6d114ed20
commit
2fe7666c2d
2 changed files with 133 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue