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-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Then perform the following commands on the root folder:
38
38
39
39
| Name | Description | Type | Default | Required |
40
40
|------|-------------|:----:|:-----:|:-----:|
41
-
| bucket\_force\_destroy | When deleting the GCS bucket containing the cloud function, delete all objects in the bucket first. |string|`"true"`| no |
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
| function\_available\_memory\_mb | The amount of memory in megabytes allotted for the function to use. | number |`"256"`| no |
44
44
| function\_description | The description of the function. | string |`"Processes log export events provided through a Pub/Sub topic subscription."`| no |
0 commit comments