From 719c19448066163463ac659404a5a32e1e7aaa7f Mon Sep 17 00:00:00 2001 From: The Magician Date: Mon, 10 Jun 2019 09:56:59 -0700 Subject: [PATCH] Clarify Cloud Scheduler docs (#271) Signed-off-by: Modular Magician --- plugins/modules/gcp_cloudscheduler_job.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)