File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
functions-python/operations_api Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2020 "max_instance_request_concurrency" : 1 ,
2121 "max_instance_count" : 5 ,
2222 "min_instance_count" : 0 ,
23- "available_memory" : " 1Gi" ,
2423 "available_cpu" : 1 ,
2524 "build_settings" : {
2625 "pre_build_script" : " ../../scripts/api-operations-gen.sh"
Original file line number Diff line number Diff line change @@ -614,7 +614,7 @@ resource "google_cloudfunctions2_function" "operations_api" {
614614 PYTHONNODEBUGRANGES = 0
615615 GOOGLE_CLIENT_ID = var.authorization_google_client_id
616616 }
617- available_memory = local. function_operations_api_config . available_memory
617+ available_memory = local. function_operations_api_config . memory
618618 timeout_seconds = local. function_operations_api_config . timeout
619619 available_cpu = local. function_operations_api_config . available_cpu
620620 max_instance_request_concurrency = local. function_operations_api_config . max_instance_request_concurrency
You can’t perform that action at this time.
0 commit comments