From 9574531aeb68dea02431f4f568789a293b9e4be9 Mon Sep 17 00:00:00 2001 From: W Date: Wed, 13 Mar 2024 17:13:11 +0000 Subject: [PATCH] correct priority correct priority --- terraform/environments/oasys/locals_production.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/terraform/environments/oasys/locals_production.tf b/terraform/environments/oasys/locals_production.tf index 74cc3af0b04..3ab0ba79766 100644 --- a/terraform/environments/oasys/locals_production.tf +++ b/terraform/environments/oasys/locals_production.tf @@ -409,7 +409,7 @@ locals { # ] # } ptc-web-http-8080 = { - priority = 100 + priority = 200 actions = [{ type = "forward" target_group_name = "ptc-${local.application_name}-web-a-pb-http-8080" @@ -427,7 +427,7 @@ locals { ] } trn-web-http-8080 = { - priority = 100 + priority = 300 actions = [{ type = "forward" target_group_name = "trn-${local.application_name}-web-a-pb-http-8080" @@ -530,7 +530,7 @@ locals { # ] # } ptc-web-http-8080 = { - priority = 100 + priority = 200 actions = [{ type = "forward" target_group_name = "ptc-${local.application_name}-web-a-pv-http-8080" @@ -548,7 +548,7 @@ locals { ] } trn-web-http-8080 = { - priority = 100 + priority = 300 actions = [{ type = "forward" target_group_name = "ptc-${local.application_name}-web-a-pv-http-8080"