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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Then perform the following commands on the root folder:
53
53
| function\_labels | A set of key/value label pairs to assign to the function. |`map(string)`|`{}`| no |
54
54
| function\_max\_instances | The maximum number of parallel executions of the function. |`number`|`null`| no |
55
55
| function\_name | The name to apply to the function |`string`| n/a | yes |
56
-
| function\_runtime | The runtime in which the function will be executed. |`string`|`"nodejs10"`| no |
56
+
| function\_runtime | The runtime in which the function will be executed. |`string`|`"nodejs20"`| no |
57
57
| function\_secret\_environment\_variables | A list of maps which contains key, project\_id, secret\_name (not the full secret id) and version to assign to the function as a set of secret environment variables. |`list(map(string))`|`[]`| no |
58
58
| function\_service\_account\_email | The service account to run the function as. |`string`|`""`| no |
59
59
| function\_source\_archive\_bucket\_labels | A set of key/value label pairs to assign to the function source archive bucket. |`map(string)`|`{}`| no |
0 commit comments