diff --git a/plugins/modules/gcp_cloudscheduler_job.py b/plugins/modules/gcp_cloudscheduler_job.py index 4ecfeb2..5720b7d 100644 --- a/plugins/modules/gcp_cloudscheduler_job.py +++ b/plugins/modules/gcp_cloudscheduler_job.py @@ -32,7 +32,10 @@ DOCUMENTATION = ''' module: gcp_cloudscheduler_job description: - A scheduled job that can publish a pubsub message or a http request every X interval - of time, using crontab format string . + of time, using crontab format string. +- To use Cloud Scheduler your project must contain an App Engine app that is located + in one of the supported regions. If your project does not have an App Engine app, + you must create one. short_description: Creates a GCP Job version_added: 2.9 author: Google Inc. (@googlecloudplatform)