From 9f65a6c6ea844565a6d79868026819a0d652add0 Mon Sep 17 00:00:00 2001 From: Dominic Robinson Date: Mon, 2 Sep 2024 11:57:03 +0100 Subject: [PATCH] planetfm: TM-151: add preprod az zone for testing --- terraform/environments/planetfm/locals_preproduction.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/terraform/environments/planetfm/locals_preproduction.tf b/terraform/environments/planetfm/locals_preproduction.tf index 86ef3bc3596..94a03d5301b 100644 --- a/terraform/environments/planetfm/locals_preproduction.tf +++ b/terraform/environments/planetfm/locals_preproduction.tf @@ -185,6 +185,11 @@ locals { } route53_zones = { + "pp-cafmwebx.az.justice.gov.uk" = { + records = [ + { name = "", type = "CNAME", ttl = 3600, records = ["cafmwebx.pp.planetfm.service.justice.gov.uk"] }, + ] + } "pp.planetfm.service.justice.gov.uk" = { records = [ { name = "_658adffab7a58a4d5a86804a2b6eb2f7", type = "CNAME", ttl = 86400, records = ["_c649cb794d2fa2e1ac4d3f6fb4e1c8a7.mhbtsbpdnt.acm-validations.aws"] },