From a3c34468599d946ecf4a0eb1baa9cee65247e301 Mon Sep 17 00:00:00 2001 From: Manuel Rafeli Date: Tue, 16 Apr 2024 10:37:46 +0200 Subject: [PATCH] chore: set B4F_DASHBOARD_SECURITY_CONNECTOR to v2 for uat and prod (#414) --- infra/container_apps/env/prod-pnpg/terraform.tfvars | 2 +- infra/container_apps/env/prod/terraform.tfvars | 2 +- infra/container_apps/env/uat-pnpg/terraform.tfvars | 2 +- infra/container_apps/env/uat/terraform.tfvars | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infra/container_apps/env/prod-pnpg/terraform.tfvars b/infra/container_apps/env/prod-pnpg/terraform.tfvars index cade09da..2287f293 100644 --- a/infra/container_apps/env/prod-pnpg/terraform.tfvars +++ b/infra/container_apps/env/prod-pnpg/terraform.tfvars @@ -129,7 +129,7 @@ app_settings = [ }, { name = "B4F_DASHBOARD_SECURITY_CONNECTOR" - value = "v1" + value = "v2" } ] diff --git a/infra/container_apps/env/prod/terraform.tfvars b/infra/container_apps/env/prod/terraform.tfvars index 8e59e562..fc11d8e7 100644 --- a/infra/container_apps/env/prod/terraform.tfvars +++ b/infra/container_apps/env/prod/terraform.tfvars @@ -127,7 +127,7 @@ app_settings = [ }, { name = "B4F_DASHBOARD_SECURITY_CONNECTOR" - value = "v1" + value = "v2" } ] diff --git a/infra/container_apps/env/uat-pnpg/terraform.tfvars b/infra/container_apps/env/uat-pnpg/terraform.tfvars index 9c0f80c1..68b9b5a4 100644 --- a/infra/container_apps/env/uat-pnpg/terraform.tfvars +++ b/infra/container_apps/env/uat-pnpg/terraform.tfvars @@ -118,7 +118,7 @@ app_settings = [ }, { name = "B4F_DASHBOARD_SECURITY_CONNECTOR" - value = "v1" + value = "v2" } ] diff --git a/infra/container_apps/env/uat/terraform.tfvars b/infra/container_apps/env/uat/terraform.tfvars index a3df906e..bd262191 100644 --- a/infra/container_apps/env/uat/terraform.tfvars +++ b/infra/container_apps/env/uat/terraform.tfvars @@ -116,7 +116,7 @@ app_settings = [ }, { name = "B4F_DASHBOARD_SECURITY_CONNECTOR" - value = "v1" + value = "v2" } ]