add authelia module and a few spam email aliases [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-16 20:24:19 +00:00
parent 7b7f11eb02
commit c3f30e480a
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
6 changed files with 1886 additions and 0 deletions

View file

@ -419,3 +419,13 @@ module "istio" {
source = "./istio"
tls_secret_name = var.tls_secret_name
}
# module "authelia" {
# source = "./authelia"
# tls_secret_name = var.tls_secret_name
# }
# module "discount-bandit" {
# source = "./discount-bandit"
# tls_secret_name = var.tls_secret_name
# }