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
@@ -47,7 +47,7 @@ Then perform the following commands on the root folder:
47
47
| function\_event\_trigger\_failure\_policy\_retry | A toggle to determine if the function should be retried on failure. | bool |`"false"`| no |
48
48
| function\_labels | A set of key/value label pairs to assign to the function. | map(string) |`<map>`| no |
49
49
| function\_name | The name to apply to the function | string | n/a | yes |
50
-
| function\_runtime | The runtime in which the function will be executed. | string |`"nodejs6"`| no |
50
+
| function\_runtime | The runtime in which the function will be executed. | string |`"nodejs10"`| no |
51
51
| function\_service\_account\_email | The service account to run the function as. | string |`""`| no |
52
52
| function\_source\_archive\_bucket\_labels | A set of key/value label pairs to assign to the function source archive bucket. | map(string) |`<map>`| no |
53
53
| function\_source\_dependent\_files | A list of any terraform created `local_file`s that the module will wait for before creating the archive. | object |`<list>`| no |
0 commit comments