Skip to content

Commit

Permalink
DSOS-2653-t1-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
crvgilbertson committed Mar 6, 2024
1 parent 6cb3b1b commit 2fe73f7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ locals {
enable_cross_zone_load_balancing = true

instance_target_groups = {
t1-ncr-cms = {
t1-ncr-cms-a = {
port = 7777
protocol = "HTTP"
health_check = {
Expand Down Expand Up @@ -185,7 +185,7 @@ locals {
}
}
rules = {
t1-ncr-cms = {
t1-ncr-cms-a = {
priority = 4000
actions = [{
type = "forward"
Expand Down Expand Up @@ -215,11 +215,11 @@ locals {
}
}
rules = {
t1-ncr-cms = {
t1-ncr-cms-a = {
priority = 4580
actions = [{
type = "forward"
target_group_name = "t1-ncr-cms"
target_group_name = "t1-ncr-cms-a"
}]
conditions = [{
host_header = {
Expand Down

0 comments on commit 2fe73f7

Please sign in to comment.