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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,8 @@ module "localhost_function" {
70
70
| 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 |
71
71
| source\_directory | The pathname of the directory which contains the function source code. | string | n/a | yes |
72
72
| timeout\_s | The amount of time in seconds allotted for the execution of the function. | number |`"60"`| no |
73
+
| ingress\_settings | The ingress settings for the function | string |`"ALLOW_ALL"`| no |
0 commit comments