Skip to content

Commit 7757f0a

Browse files
author
Aaron Lane
committed
Regenerate documenation
1 parent 581e7cb commit 7757f0a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Then perform the following commands on the root folder:
3838

3939
| Name | Description | Type | Default | Required |
4040
|------|-------------|:----:|:-----:|:-----:|
41+
| bucket\_force\_destroy | When deleting the GCS bucket containing the cloud function, delete all objects in the bucket first. | string | `"true"` | no |
4142
| 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 |
4243
| function\_available\_memory\_mb | The amount of memory in megabytes allotted for the function to use. | number | `"256"` | no |
4344
| function\_description | The description of the function. | string | `"Processes log export events provided through a Pub/Sub topic subscription."` | no |

modules/project_cleanup/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The following services must be enabled on the project housing the cleanup functi
2121

2222
| Name | Description | Type | Default | Required |
2323
|------|-------------|:----:|:-----:|:-----:|
24+
| function\_timeout\_s | The amount of time in seconds allotted for the execution of the function. | number | `"60"` | no |
2425
| job\_schedule | Cleaner function run frequency, in cron syntax | string | `"*/5 * * * *"` | no |
2526
| 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 |
2627
| organization\_id | The organization ID whose projects to clean up | string | n/a | yes |

0 commit comments

Comments
 (0)