Skip to content

Commit

Permalink
use proxy containerized for proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Dec 9, 2024
1 parent 76add38 commit 2bb3b90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ module "server" {
}

module "proxy" {
source = "./modules/proxy"
source = "./modules/proxy_containerized"
base_configuration = module.base.configuration
server_configuration = module.server.configuration
name = "proxy"
Expand Down

0 comments on commit 2bb3b90

Please sign in to comment.