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="The egress settings for the connector, controlling what traffic is diverted through it. Allowed values are ALL_TRAFFIC and PRIVATE_RANGES_ONLY. Defaults to PRIVATE_RANGES_ONLY. If unset, this field preserves the previously set value."
48
45
}
49
-
variable"project" {
50
-
description="The ID of the project in which the resource belongs. If it is not provided, the provider project is used."
description="(Optional) The limit on the minimum number of function instances that may coexist at a given time."
59
+
type=number
60
+
default=0
61
+
}
63
62
variable"max_instances" {
64
63
default=2
65
64
type=number
66
65
description="(Optional) The limit on the maximum number of function instances that may coexist at a given time."
67
66
}
68
-
variable"min_instances" {
69
-
description="(Optional) The limit on the minimum number of function instances that may coexist at a given time."
70
-
type=number
71
-
default=1
72
-
}
73
67
variable"max_instance_request_concurrency" {
74
68
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