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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ module "localhost_function" {
66
66
| region | The region in which resources will be applied. | string | n/a | yes |
67
67
| runtime | The runtime in which the function will be executed. | string | n/a | yes |
68
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 |
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 |
70
70
| source\_directory | The pathname of the directory which contains the function source code. | string | n/a | yes |
71
71
| timeout\_s | The amount of time in seconds allotted for the execution of the function. | number |`"60"`| no |
0 commit comments