add changedetection.io deployment[ci skip]

This commit is contained in:
Viktor Barzin 2025-01-10 20:47:03 +00:00
parent fee74a2537
commit 786a39b246
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
4 changed files with 164 additions and 0 deletions

View file

@ -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
}