add nginx ingress as tf module [ci skip]
This commit is contained in:
parent
54fea4724b
commit
dc565c4d87
5 changed files with 677 additions and 22 deletions
|
|
@ -340,6 +340,6 @@ module "immich" {
|
|||
postgresql_password = var.immich_postgresql_password
|
||||
}
|
||||
|
||||
# module "nginx-ingress" {
|
||||
# source = "./nginx-ingress"
|
||||
# }
|
||||
module "nginx-ingress" {
|
||||
source = "./nginx-ingress"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue