From d396b459da4e24b91518881be8f2e1bef1aecb0e Mon Sep 17 00:00:00 2001 From: Robert Sweetman Date: Mon, 11 Dec 2023 12:37:47 +0000 Subject: [PATCH] set external validation records to true for prod ACM certs (#4287) --- terraform/environments/planetfm/locals_production.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/planetfm/locals_production.tf b/terraform/environments/planetfm/locals_production.tf index 83697165a97..cd730863fc9 100644 --- a/terraform/environments/planetfm/locals_production.tf +++ b/terraform/environments/planetfm/locals_production.tf @@ -21,7 +21,7 @@ locals { "cafmtx.az.justice.gov.uk", "cafmtrainweb.az.justice.gov.uk", ] - external_validation_records_created = false + external_validation_records_created = true cloudwatch_metric_alarms = module.baseline_presets.cloudwatch_metric_alarms.acm tags = { description = "wildcard cert for planetfm ${local.environment} domains"