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: modules/repository-function/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ is a tested reference of how to use this submodule with the
26
26
| event\_trigger\_failure\_policy\_retry | A toggle to determine if the function should be retried on failure. |`bool`|`false`| no |
27
27
| ingress\_settings | The ingress settings for the function. Allowed values are ALLOW\_ALL, ALLOW\_INTERNAL\_AND\_GCLB and ALLOW\_INTERNAL\_ONLY. Changes to this field will recreate the cloud function. |`string`|`"ALLOW_ALL"`| no |
28
28
| labels | A set of key/value label pairs to assign to any lableable resources. |`map(string)`|`{}`| no |
29
+
| max\_instances | The maximum number of parallel executions of the function. |`number`|`null`| no |
29
30
| name | The name to apply to any nameable resources. |`string`| n/a | yes |
30
31
| project\_id | The ID of the project to which resources will be applied. |`string`| n/a | yes |
31
32
| region | The region in which resources will be applied. |`string`| n/a | yes |
0 commit comments