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
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
30
50
## Inputs
31
51
@@ -46,6 +66,7 @@ is a tested reference of how to use the root module with the
46
66
| region | The region in which resources will be applied. | string | n/a | yes |
47
67
| runtime | The runtime in which the function will be executed. | string | n/a | yes |
48
68
| service\_account\_email | The service account to run the function as. | string |`""`| no |
69
+
| 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 |
49
70
| source\_directory | The pathname of the directory which contains the function source code. | string | n/a | yes |
50
71
| timeout\_s | The amount of time in seconds allotted for the execution of the function. | number |`"60"`| no |
0 commit comments