From 81c7746b01d2e9ecc63be2dcff7c5f9119fc9438 Mon Sep 17 00:00:00 2001 From: gillettmoj Date: Thu, 24 Oct 2024 12:08:22 +0100 Subject: [PATCH] App insights enabled dev --- terraform/environment/terraform.tfvars.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environment/terraform.tfvars.json b/terraform/environment/terraform.tfvars.json index 88a2e4b195..8744ee437b 100644 --- a/terraform/environment/terraform.tfvars.json +++ b/terraform/environment/terraform.tfvars.json @@ -21,7 +21,7 @@ "minimum": 2 } }, - "cloudwatch_application_insights_enabled": false, + "cloudwatch_application_insights_enabled": true, "cookie_expires_use": 1440, "cookie_expires_view": 1440, "create_dashboard": false,