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
Note that this module requires App Engine being configured in the specified project/region.
77
+
Note that this module requires App Engine being configured in the specified project/region.
70
78
This is because Google Cloud Scheduler is dependent on the project being configured with App Engine.
71
-
Refer to the [Google Cloud Scheduler documentation](https://cloud.google.com/scheduler/docs/) for more information on the App Engine dependency.
79
+
Refer to the [Google Cloud Scheduler documentation](https://cloud.google.com/scheduler/docs/) for more
80
+
information on the App Engine dependency.
72
81
73
-
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).
82
+
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).
74
83
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)
75
84
76
85
### Configure a Service Account
@@ -93,7 +102,7 @@ In order to operate with the Service Account you must activate the following API
93
102
## Install
94
103
95
104
### Terraform
96
-
Be sure you have the correct Terraform version (0.11.x), you can choose the binary here:
105
+
Be sure you have the correct Terraform version (0.12.x), you can choose the binary here:
0 commit comments