Skip to content

Commit

Permalink
chore: set B4F_DASHBOARD_SECURITY_CONNECTOR to v2 for uat and prod (#414
Browse files Browse the repository at this point in the history
)
  • Loading branch information
manuraf committed Apr 16, 2024
1 parent 3203a7b commit a3c3446
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion infra/container_apps/env/prod-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ app_settings = [
},
{
name = "B4F_DASHBOARD_SECURITY_CONNECTOR"
value = "v1"
value = "v2"
}
]

Expand Down
2 changes: 1 addition & 1 deletion infra/container_apps/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ app_settings = [
},
{
name = "B4F_DASHBOARD_SECURITY_CONNECTOR"
value = "v1"
value = "v2"
}
]

Expand Down
2 changes: 1 addition & 1 deletion infra/container_apps/env/uat-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ app_settings = [
},
{
name = "B4F_DASHBOARD_SECURITY_CONNECTOR"
value = "v1"
value = "v2"
}
]

Expand Down
2 changes: 1 addition & 1 deletion infra/container_apps/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ app_settings = [
},
{
name = "B4F_DASHBOARD_SECURITY_CONNECTOR"
value = "v1"
value = "v2"
}
]

Expand Down

0 comments on commit a3c3446

Please sign in to comment.