add nginx ingress as tf module [ci skip]

This commit is contained in:
Viktor Barzin 2023-11-18 16:18:26 +00:00
parent 54fea4724b
commit dc565c4d87
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
5 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"
}