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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ Then perform the following commands on the root folder:
41
41
| bucket\_force\_destroy | When deleting the GCS bucket containing the cloud function, delete all objects in the bucket first. |`bool`|`true`| no |
42
42
| bucket\_name | The name to apply to the bucket. Will default to a string of <project-id>-scheduled-function-XXXX> with XXXX being random characters. |`string`|`""`| no |
43
43
| create\_bucket | Create bucket (default). Set to `false` to use existing one |`bool`|`true`| no |
44
+
| files\_to\_exclude\_in\_source\_dir | Specify files to ignore when reading the source\_dir |`list(string)`|`[]`| no |
44
45
| function\_available\_memory\_mb | The amount of memory in megabytes allotted for the function to use. |`number`|`256`| no |
45
46
| function\_description | The description of the function. |`string`|`"Processes log export events provided through a Pub/Sub topic subscription."`| no |
46
47
| function\_docker\_registry | Docker Registry to use for storing the function's Docker images. Allowed values are CONTAINER\_REGISTRY (default) and ARTIFACT\_REGISTRY. |`string`|`null`| no |
0 commit comments