add ntfy[ci skip]

This commit is contained in:
Viktor Barzin 2024-06-23 12:25:47 +00:00
parent b3c7ba1349
commit c6c0b598e2
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
4 changed files with 179 additions and 5 deletions

View file

@ -460,3 +460,8 @@ module "ollama" {
source = "./ollama"
tls_secret_name = var.tls_secret_name
}
module "ntfy" {
source = "./ntfy"
tls_secret_name = var.tls_secret_name
}