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
| 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
+
| create\_bucket | Create bucket (default). Set to `false` to use existing one |`bool`|`true`| no |
43
44
| function\_available\_memory\_mb | The amount of memory in megabytes allotted for the function to use. |`number`|`256`| no |
44
45
| function\_description | The description of the function. |`string`|`"Processes log export events provided through a Pub/Sub topic subscription."`| no |
45
46
| 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