From 07810102f2e20b3164d218b5ad39c74e0f656516 Mon Sep 17 00:00:00 2001 From: Julian Nonino Date: Fri, 6 Aug 2021 17:33:11 +0200 Subject: [PATCH] Update ports --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index b90153e..6a3ba7a 100644 --- a/main.tf +++ b/main.tf @@ -39,8 +39,8 @@ locals { target_group_port = 8080 }, workers = { - listener_port = 5000 - target_group_port = 5000 + listener_port = 50000 + target_group_port = 50000 } } service_https_ports = {}