Skip to content

Commit 9ccb662

Browse files
author
Rishi Malik
committed
Update docs
1 parent b962034 commit 9ccb662

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ Then perform the following commands on the root folder:
6767
### App Engine
6868
Note that this module requires App Engine being configured in the specified project/region.
6969
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)
7174

7275
### Configure a Service Account
7376
In order to execute this module you must have a Service Account with the following roles.

examples/pubsub_scheduled/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
This example module schedules a job to publish a message to a Pub/Sub topic every 5 minutes, which will trigger a CloudFunctions function.
44

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)
87

98
[^]: (autogen_docs_start)
109

0 commit comments

Comments
 (0)