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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +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
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 |
42
43
| function\_available\_memory\_mb | The amount of memory in megabytes allotted for the function to use. | number |`"256"`| no |
43
44
| function\_description | The description of the function. | string |`"Processes log export events provided through a Pub/Sub topic subscription."`| no |
Copy file name to clipboardExpand all lines: modules/project_cleanup/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
@@ -21,6 +21,7 @@ The following services must be enabled on the project housing the cleanup functi
21
21
22
22
| Name | Description | Type | Default | Required |
23
23
|------|-------------|:----:|:-----:|:-----:|
24
+
| function\_timeout\_s | The amount of time in seconds allotted for the execution of the function. | number |`"60"`| no |
24
25
| job\_schedule | Cleaner function run frequency, in cron syntax | string |`"*/5 * * * *"`| no |
25
26
| max\_project\_age\_in\_hours | The maximum number of hours that a GCP project, selected by `target_tag_name` and `target_tag_value`, can exist | number |`"6"`| no |
26
27
| organization\_id | The organization ID whose projects to clean up | string | n/a | yes |
0 commit comments