From e794dee4d84f124d4fba279beaa849e203d46e9c Mon Sep 17 00:00:00 2001 From: robertsweetman Date: Tue, 28 Nov 2023 15:53:22 +0000 Subject: [PATCH] add planetfm primary dns --- terraform/environments/planetfm/locals_production.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/terraform/environments/planetfm/locals_production.tf b/terraform/environments/planetfm/locals_production.tf index 1dbc5bd4834..399806a4cbe 100644 --- a/terraform/environments/planetfm/locals_production.tf +++ b/terraform/environments/planetfm/locals_production.tf @@ -3,5 +3,8 @@ locals { # baseline config production_config = { + baseline_route53_zones = { + "planetfm.service.justice.gov.uk" = {} + } } }