Skip to content

Commit

Permalink
fix cafmwebx url spelling (#4231)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman authored Dec 4, 2023
1 parent 9b9a68a commit 75a5fb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/environments/planetfm/locals_preproduction.tf
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ locals {
conditions = [{
host_header = {
values = [
"cafmtwebx.pp.planetfm.service.justice.gov.uk",
"pp-cafmtwebx.az.justice.gov.uk",
"cafmwebx.pp.planetfm.service.justice.gov.uk",
"pp-cafmwebx.az.justice.gov.uk",
]
}
}]
Expand All @@ -269,7 +269,7 @@ locals {
]
lb_alias_records = [
{ name = "cafmtx", type = "A", lbs_map_key = "private" },
{ name = "cafmtwebx", type = "A", lbs_map_key = "private" },
# { name = "cafmwebx", type = "A", lbs_map_key = "private" },
]
}
}
Expand Down

0 comments on commit 75a5fb0

Please sign in to comment.