add changedetection.io deployment[ci skip]
This commit is contained in:
parent
fee74a2537
commit
786a39b246
4 changed files with 164 additions and 0 deletions
|
|
@ -570,3 +570,8 @@ module "dawarich" {
|
|||
tls_secret_name = var.tls_secret_name
|
||||
database_password = var.dawarich_database_password
|
||||
}
|
||||
|
||||
module "changedetection" {
|
||||
source = "./changedetection"
|
||||
tls_secret_name = var.tls_secret_name
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue