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" } ]