Skip to content

Commit

Permalink
production DNS entry tweaks (#3160)
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj authored Aug 22, 2023
1 parent d63eef6 commit 6733ec6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions terraform/environments/nomis/locals_production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ locals {
"prod-nomis-web-a.production.nomis.az.justice.gov.uk",
"prod-nomis-web-a.production.nomis.service.justice.gov.uk",
"c.production.nomis.az.justice.gov.uk",
"c.production.nomis.service.justice.gov.uk",
"c.nomis.service.justice.gov.uk",
"c.nomis.az.justice.gov.uk",
]
}
Expand Down Expand Up @@ -215,6 +215,11 @@ locals {
]
}
"nomis.service.justice.gov.uk" = {
# NOTE this top level zone is currently hosted in Azure but
# will be moved here at some point
lb_alias_records = [
{ name = "c", type = "A", lbs_map_key = "private" },
]
}
"production.nomis.az.justice.gov.uk" = {
lb_alias_records = [
Expand All @@ -232,7 +237,6 @@ locals {
lb_alias_records = [
{ name = "prod-nomis-web-a", type = "A", lbs_map_key = "private" },
{ name = "prod-nomis-web-b", type = "A", lbs_map_key = "private" },
{ name = "c", type = "A", lbs_map_key = "private" },
]
}
}
Expand Down

0 comments on commit 6733ec6

Please sign in to comment.