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
|
@ -33,6 +33,9 @@ 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.
|
||||
- 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)
|
||||
|
|
Loading…
Add table
Reference in a new issue