Skip to content

Commit

Permalink
[#IOPID-1138] fix: fn-fast-login wrong worker_count
Browse files Browse the repository at this point in the history
  • Loading branch information
arcogabbo committed Jan 10, 2024
1 parent 1a8a247 commit 7e9ee07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/citizen-auth-app/07_function_fast_login.tf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ module "function_fast_login" {
kind = var.function_fastlogin_kind
sku_size = var.function_fastlogin_sku_size
maximum_elastic_worker_count = 0
worker_count = 1
worker_count = var.function_fastlogin_autoscale_minimum
zone_balancing_enabled = false
}

Expand Down

0 comments on commit 7e9ee07

Please sign in to comment.