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-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ module "localhost_function" {
61
61
| environment\_variables | A set of key/value environment variable pairs to assign to the function. | map(string) |`<map>`| no |
62
62
| event\_trigger | A source that fires events in response to a condition in another service. | map(string) | n/a | yes |
63
63
| event\_trigger\_failure\_policy\_retry | A toggle to determine if the function should be retried on failure. | bool |`"false"`| no |
64
+
| ingress\_settings | The ingress settings for the function | string |`"ALLOW_ALL"`| no |
64
65
| labels | A set of key/value label pairs to assign to the Cloud Function. | map(string) |`<map>`| no |
65
66
| name | The name to apply to any nameable resources. | string | n/a | yes |
66
67
| project\_id | The ID of the project to which resources will be applied. | string | n/a | yes |
@@ -70,8 +71,6 @@ module "localhost_function" {
70
71
| 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
72
| source\_directory | The pathname of the directory which contains the function source code. | string | n/a | yes |
72
73
| 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