Skip to content

Commit

Permalink
correct priority
Browse files Browse the repository at this point in the history
correct priority
  • Loading branch information
wullub committed Mar 13, 2024
1 parent 8a4e54a commit 9574531
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/environments/oasys/locals_production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 9574531

Please sign in to comment.