add cyberchef service [ci skip]

This commit is contained in:
Viktor Barzin 2024-07-08 18:32:38 +00:00
parent f44e13a4bf
commit 1470e58256
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 changed files with 113 additions and 0 deletions

View file

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