From 268bac5dd652f232a173541b1d6a458a5d7a58b9 Mon Sep 17 00:00:00 2001 From: vipin-dfe Date: Mon, 2 Dec 2024 17:18:12 +0000 Subject: [PATCH] Enable monitoring --- terraform/application/config/production.tfvars.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terraform/application/config/production.tfvars.json b/terraform/application/config/production.tfvars.json index abab888f5..f3126ce30 100644 --- a/terraform/application/config/production.tfvars.json +++ b/terraform/application/config/production.tfvars.json @@ -13,7 +13,8 @@ "account_replication_type": "GRS", "cluster": "production", "enable_logit": true, - "enable_monitoring": false, + "enable_monitoring": true, + "statuscake_contact_groups": [288912, 282453], "namespace": "tra-production", "allegations_container_delete_retention_days": 30 }