From 117d736c4ef4f2a76d781e55b27bf1e05a35eb51 Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Tue, 9 Jul 2024 10:42:02 -0600 Subject: [PATCH] Enable DNSSEC (#5812) Already deployed and configured on the registrar. --- terraform/environments/production/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/production/main.tf b/terraform/environments/production/main.tf index f87a3576b..36f198711 100644 --- a/terraform/environments/production/main.tf +++ b/terraform/environments/production/main.tf @@ -171,7 +171,7 @@ module "google-cloud-dns" { project_id = module.google-cloud-project.project.project_id tld = local.tld - dnssec_enabled = false + dnssec_enabled = true } # Create the Cloud SQL database