From eef996c2d64aa467898cc2128acc690e4c0049b3 Mon Sep 17 00:00:00 2001 From: Eugen Begiqi Date: Thu, 11 Jul 2024 12:11:28 +0200 Subject: [PATCH] [SELC-5169] feat : enabled PecNotification --- infra/container_apps/env/dev/terraform.tfvars | 2 +- infra/container_apps/env/prod/terraform.tfvars | 2 +- infra/container_apps/env/uat/terraform.tfvars | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/container_apps/env/dev/terraform.tfvars b/infra/container_apps/env/dev/terraform.tfvars index 82284b0c..bb308440 100644 --- a/infra/container_apps/env/dev/terraform.tfvars +++ b/infra/container_apps/env/dev/terraform.tfvars @@ -126,7 +126,7 @@ app_settings = [ }, { name = "PEC_NOTIFICATION_DISABLED" - value = "true" + value = "false" } ] diff --git a/infra/container_apps/env/prod/terraform.tfvars b/infra/container_apps/env/prod/terraform.tfvars index 7a438980..dd5712f5 100644 --- a/infra/container_apps/env/prod/terraform.tfvars +++ b/infra/container_apps/env/prod/terraform.tfvars @@ -124,7 +124,7 @@ app_settings = [ }, { name = "PEC_NOTIFICATION_DISABLED" - value = "true" + value = "false" } ] diff --git a/infra/container_apps/env/uat/terraform.tfvars b/infra/container_apps/env/uat/terraform.tfvars index 3af6669c..e7da9c9b 100644 --- a/infra/container_apps/env/uat/terraform.tfvars +++ b/infra/container_apps/env/uat/terraform.tfvars @@ -115,7 +115,7 @@ app_settings = [ }, { name = "PEC_NOTIFICATION_DISABLED" - value = "true" + value = "false" } ]