mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 04:10:27 -07:00
Clarify Cloud Scheduler docs (#271)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
929903177d
commit
719c194480
1 changed files with 4 additions and 1 deletions
|
@ -32,7 +32,10 @@ DOCUMENTATION = '''
|
||||||
module: gcp_cloudscheduler_job
|
module: gcp_cloudscheduler_job
|
||||||
description:
|
description:
|
||||||
- A scheduled job that can publish a pubsub message or a http request every X interval
|
- 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
|
short_description: Creates a GCP Job
|
||||||
version_added: 2.9
|
version_added: 2.9
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
|
Loading…
Add table
Reference in a new issue