diff --git a/infra/container_apps/env/dev-pnpg/terraform.tfvars b/infra/container_apps/env/dev-pnpg/terraform.tfvars index 9bcf301d9..cb6ff8577 100644 --- a/infra/container_apps/env/dev-pnpg/terraform.tfvars +++ b/infra/container_apps/env/dev-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/dev/terraform.tfvars b/infra/container_apps/env/dev/terraform.tfvars index 1d3acfeb6..efd347c2b 100644 --- a/infra/container_apps/env/dev/terraform.tfvars +++ b/infra/container_apps/env/dev/terraform.tfvars @@ -127,7 +127,7 @@ app_settings = [ }, { name = "B4F_DASHBOARD_SECURITY_CONNECTOR" - value = "v1" + value = "v2" } ]