add nginx ingress as tf module [ci skip]

This commit is contained in:
Viktor Barzin 2023-11-18 16:18:26 +00:00
parent 49c9145a44
commit 959992e704
3 changed files with 677 additions and 22 deletions

View file

@ -340,6 +340,6 @@ module "immich" {
postgresql_password = var.immich_postgresql_password
}
# module "nginx-ingress" {
# source = "./nginx-ingress"
# }
module "nginx-ingress" {
source = "./nginx-ingress"
}