Skip to content

Commit

Permalink
planetfm: TM-152: switch preprod to network LB (#7673)
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj authored Sep 3, 2024
1 parent b2b8903 commit 6da2b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/planetfm/locals_preproduction.tf
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ locals {
{ name = "cafmtx", type = "CNAME", ttl = 3600, records = ["rdweb1.preproduction.hmpps-domain.service.justice.gov.uk"] },
]
lb_alias_records = [
{ name = "cafmwebx", type = "A", lbs_map_key = "private" },
{ name = "cafmwebx", type = "A", lbs_map_key = "pp-cafmwebx" },
]
}
}
Expand Down

0 comments on commit 6da2b1a

Please sign in to comment.