Skip to content

Commit

Permalink
Update docs for pubsub targets in cloud scheduler (#4008) (#295)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Sep 23, 2020
1 parent 05f12d2 commit 8b455d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/modules/gcp_cloudscheduler_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
- 'The allowed duration for this deadline is: * For HTTP targets, between 15 seconds
and 30 minutes.'
- "* For App Engine HTTP targets, between 15 seconds and 24 hours."
- "* **Note**: For PubSub targets, this field is ignored - setting it will introduce
an unresolvable diff."
- 'A duration in seconds with up to nine fractional digits, terminated by ''s''.
Example: "3.5s" .'
required: false
Expand Down Expand Up @@ -399,6 +401,8 @@
- 'The allowed duration for this deadline is: * For HTTP targets, between 15 seconds
and 30 minutes.'
- "* For App Engine HTTP targets, between 15 seconds and 24 hours."
- "* **Note**: For PubSub targets, this field is ignored - setting it will introduce
an unresolvable diff."
- 'A duration in seconds with up to nine fractional digits, terminated by ''s''.
Example: "3.5s" .'
returned: success
Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/gcp_cloudscheduler_job_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@
- 'The allowed duration for this deadline is: * For HTTP targets, between 15
seconds and 30 minutes.'
- "* For App Engine HTTP targets, between 15 seconds and 24 hours."
- "* **Note**: For PubSub targets, this field is ignored - setting it will introduce
an unresolvable diff."
- 'A duration in seconds with up to nine fractional digits, terminated by ''s''.
Example: "3.5s" .'
returned: success
Expand Down

0 comments on commit 8b455d2

Please sign in to comment.