You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,13 @@ Then perform the following commands on the root folder:
52
52
| function\_source\_archive\_bucket\_labels | A set of key/value label pairs to assign to the function source archive bucket. | map(string) |`<map>`| no |
53
53
| function\_source\_directory | The contents of this directory will be archived and used as the function source. | string | n/a | yes |
54
54
| function\_timeout\_s | The amount of time in seconds allotted for the execution of the function. | number |`"60"`| no |
55
-
| job\_description | Addition text to describet the job | string |`""`| no |
56
-
| job\_name | The name of the scheduled job to run | string |`""`| no |
55
+
| job\_description | Addition text to describe the job | string |`""`| no |
56
+
| job\_name | The name of the scheduled job to run | string |`"null"`| no |
57
57
| job\_schedule | The job frequency, in cron syntax | string |`"*/2 * * * *"`| no |
58
58
| message\_data | The data to send in the topic message. | string |`"dGVzdA=="`| no |
59
59
| project\_id | The ID of the project where the resources will be created | string | n/a | yes |
60
60
| region | The region in which resources will be applied. | string | n/a | yes |
61
-
| scheduler\_job | An existing Cloud Scheduler job instance |any|`"null"`| no |
61
+
| scheduler\_job | An existing Cloud Scheduler job instance |object|`"null"`| no |
62
62
| time\_zone | The timezone to use in scheduler | string |`"Etc/UTC"`| no |
63
63
| topic\_name | Name of pubsub topic connecting the scheduled job and the function | string |`"test-topic"`| no |
0 commit comments