add networking toolbox deployment [ci skip]
This commit is contained in:
parent
b3deb662af
commit
971926766c
4 changed files with 84 additions and 0 deletions
|
|
@ -690,3 +690,8 @@ module "navidrome" {
|
|||
source = "./navidrome"
|
||||
tls_secret_name = var.tls_secret_name
|
||||
}
|
||||
|
||||
module "networking-toolbox" {
|
||||
source = "./networking-toolbox"
|
||||
tls_secret_name = var.tls_secret_name
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue