Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj committed Nov 27, 2024
1 parent 4a315ac commit e9d28fe
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions terraform/environments/nomis-combined-reporting/locals_test.tf
Original file line number Diff line number Diff line change
Expand Up @@ -152,27 +152,27 @@ locals {
]
})
}
# listeners = merge(local.lbs.public.listeners, {
# https = merge(local.lbs.public.listeners.https, {
# alarm_target_group_names = []
# rules = {
# web = {
# priority = 200
# actions = [{
# type = "forward"
# target_group_name = "t1-http-7777"
# }]
# conditions = [{
# host_header = {
# values = [
# "t1.test.reporting.nomis.service.justice.gov.uk",
# ]
# }
# }]
# }
# }
# })
# })
listeners = merge(local.lbs.public.listeners, {
https = merge(local.lbs.public.listeners.https, {
alarm_target_group_names = []
rules = {
web = {
priority = 200
actions = [{
type = "forward"
target_group_name = "t1-http-7777"
}]
conditions = [{
host_header = {
values = [
"t1.test.reporting.nomis.service.justice.gov.uk",
]
}
}]
}
}
})
})
})
}

Expand Down

0 comments on commit e9d28fe

Please sign in to comment.