add calibre app [ci skip]
This commit is contained in:
parent
6e38cb420d
commit
fba65fadc0
2 changed files with 139 additions and 0 deletions
|
|
@ -377,3 +377,8 @@ module "uptime-kuma" {
|
|||
source = "./uptime-kuma"
|
||||
tls_secret_name = var.tls_secret_name
|
||||
}
|
||||
|
||||
module "calibre" {
|
||||
source = "./calibre"
|
||||
tls_secret_name = var.tls_secret_name
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue