You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="(Optional) The limit on the minimum number of function instances that may coexist at a given time."
19
-
type=number
20
-
default=0
21
-
}
22
-
23
-
variable"max_instance_request_concurrency" {
24
-
description="(Optional) The limit on the maximum number of requests that an instance can handle simultaneously. This can be used to control costs when scaling. Defaults to 1."
25
-
type=number
26
-
default=1
4
+
default="httparchive"
27
5
}
28
-
29
6
variable"region" {
30
-
default="us-central1"
31
7
type=string
8
+
default="us-central1"
32
9
}
33
-
34
10
variable"environment" {
35
11
description="The environment name"
36
12
type=string
37
13
default="dev"
38
14
}
15
+
variable"project_database" {
16
+
type=string
17
+
description="The database name"
18
+
default="tech-report-apis-prod"// TODO: Update this to the correct database name
description="API Gateway service account who can invoke this function. This is required!"
55
55
}
56
56
variable"max_instances" {
57
-
default=5
57
+
default=1
58
58
type=number
59
59
description="(Optional) The limit on the maximum number of function instances that may coexist at a given time."
60
60
}
@@ -66,7 +66,7 @@ variable "min_instances" {
66
66
variable"max_instance_request_concurrency" {
67
67
description="(Optional) The limit on the maximum number of requests that an instance can handle simultaneously. This can be used to control costs when scaling. Defaults to 1."
0 commit comments