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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,10 @@ Then perform the following commands on the root folder:
67
67
### App Engine
68
68
Note that this module requires App Engine being configured in the specified project/region.
69
69
This is because Google Cloud Scheduler is dependent on the project being configured with App Engine.
70
-
Documentation on the App Engine dependency is here: https://cloud.google.com/scheduler/docs/
70
+
Refer to the [Google Cloud Scheduler documentation](https://cloud.google.com/scheduler/docs/) for more information on the App Engine dependency.
71
+
72
+
The recommended way to create projects with App Engine enabled is via the [Project Factory module](https://github.com/terraform-google-modules/terraform-google-project-factory).
73
+
There is an example of how to create the project [within that module](https://github.com/terraform-google-modules/terraform-google-project-factory/tree/master/examples/app_engine)
71
74
72
75
### Configure a Service Account
73
76
In order to execute this module you must have a Service Account with the following roles.
Copy file name to clipboardExpand all lines: examples/pubsub_scheduled/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,8 @@
2
2
3
3
This example module schedules a job to publish a message to a Pub/Sub topic every 5 minutes, which will trigger a CloudFunctions function.
4
4
5
-
Note that this example requires an app_engine app in the specified project/region. This is because scheduled functions are dependent on the project being configured with app engine.
6
-
7
-
Documentation on the app engine dependency is here: https://cloud.google.com/scheduler/docs/
5
+
Running this module requires an App Engine app in the specified project/region, which is not handled by this example.
6
+
More information is in the [root readme](../../README.md#app-engine)
0 commit comments