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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ Then perform the following commands on the root folder:
53
53
| function\_source\_dependent\_files | A list of any terraform created `local_file`s that the module will wait for before creating the archive. | object |`<list>`| no |
54
54
| function\_source\_directory | The contents of this directory will be archived and used as the function source. | string | n/a | yes |
55
55
| function\_timeout\_s | The amount of time in seconds allotted for the execution of the function. | number |`"60"`| no |
56
+
| grant\_token\_creator | Specify true if you want to add token creator role to the default Pub/Sub SA | bool |`"false"`| no |
56
57
| job\_description | Addition text to describe the job | string |`""`| no |
57
58
| job\_name | The name of the scheduled job to run | string |`"null"`| no |
58
59
| job\_schedule | The job frequency, in cron syntax | string |`"*/2 * * * *"`| no |
0 commit comments