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
| clean\_up\_org\_level\_tag\_keys | Clean up organization level Tag Keys. |`bool`|`false`| no |
25
26
| function\_timeout\_s | The amount of time in seconds allotted for the execution of the function. |`number`|`500`| no |
26
27
| job\_schedule | Cleaner function run frequency, in cron syntax |`string`|`"*/5 * * * *"`| no |
27
28
| 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 |
28
29
| organization\_id | The organization ID whose projects to clean up |`string`| n/a | yes |
29
30
| project\_id | The project ID to host the scheduled function in |`string`| n/a | yes |
30
31
| region | The region the project is in (App Engine specific) |`string`| n/a | yes |
31
32
| target\_excluded\_labels | Map of project lablels that won't be deleted. |`map(string)`|`{}`| no |
33
+
| target\_excluded\_tagkeys | List of organization Tag Key short names that won't be deleted. |`list(string)`|`[]`| no |
32
34
| target\_folder\_id | Folder ID to delete all projects under. |`string`|`""`| no |
33
35
| target\_included\_labels | Map of project lablels that will be deleted. |`map(string)`|`{}`| no |
34
36
| target\_tag\_name | The name of a tag to filter GCP projects on for consideration by the cleanup utility (legacy, use `target_included_labels` map instead). |`string`|`""`| no |
0 commit comments