From ed4dc943c45cac85a51d71018986378fba0f8acc Mon Sep 17 00:00:00 2001 From: Ben Larabie Date: Tue, 9 Jan 2024 14:42:45 -0500 Subject: [PATCH] Enabling system status page in prod (#1105) --- env/dev/system_status_static_site/terragrunt.hcl | 1 + env/production/system_status_static_site/terragrunt.hcl | 1 + 2 files changed, 2 insertions(+) diff --git a/env/dev/system_status_static_site/terragrunt.hcl b/env/dev/system_status_static_site/terragrunt.hcl index 3f8e85fd2..f32ed9487 100644 --- a/env/dev/system_status_static_site/terragrunt.hcl +++ b/env/dev/system_status_static_site/terragrunt.hcl @@ -9,4 +9,5 @@ include { inputs = { env = "dev" billing_tag_value = "notification-canada-ca-dev" + status_cert_created = true } diff --git a/env/production/system_status_static_site/terragrunt.hcl b/env/production/system_status_static_site/terragrunt.hcl index 95fca0e9b..ad338c171 100644 --- a/env/production/system_status_static_site/terragrunt.hcl +++ b/env/production/system_status_static_site/terragrunt.hcl @@ -5,6 +5,7 @@ include { inputs = { env = "production" billing_tag_value = "notification-canada-ca-production" + status_cert_created = true } terraform {