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: modules/project_cleanup/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,20 @@
2
2
3
3
This module schedules a job to clean up GCP projects older than a specified length of time, that match a particular key-value pair. This job runs every 5 minutes via Google Cloud Scheduled Functions. Please see the [utility's readme](./function_source/README.md) for more information as to its operation and configuration.
4
4
5
+
## Requirements
6
+
7
+
### App Engine
8
+
5
9
Running this module requires an App Engine app in the specified project/region. More information is in the [root readme](../../README.md#app-engine).
6
10
11
+
### Enabled Services
12
+
13
+
The following services must be enabled on the project housing the cleanup function prior to invoking this module:
0 commit comments