From 6da2b1a5f5ee3c17860e5e01d0bc5ef851522f5a Mon Sep 17 00:00:00 2001 From: Dominic Robinson <65237317+drobinson-moj@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:49:32 +0100 Subject: [PATCH] planetfm: TM-152: switch preprod to network LB (#7673) --- terraform/environments/planetfm/locals_preproduction.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/planetfm/locals_preproduction.tf b/terraform/environments/planetfm/locals_preproduction.tf index 9d8744cad5b..902b40a005f 100644 --- a/terraform/environments/planetfm/locals_preproduction.tf +++ b/terraform/environments/planetfm/locals_preproduction.tf @@ -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" }, ] } }