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
| Name | Description | Type | Default | Required |
23
28
|------|-------------|:----:|:-----:|:-----:|
24
-
| function\_available\_memory\_mb | The amount of memory in megabytes allotted for the function to use. | string |`"256"`| no |
25
-
| function\_description | The description of the function. | string |`"Processes log export events provided through a Pub/Sub topic subscription."`| no |
26
-
| function\_entry\_point | The name of a method in the function source which will be invoked when the function is executed. | string | n/a | yes |
27
-
| function\_environment\_variables | A set of key/value environment variable pairs to assign to the function. | map |`<map>`| no |
28
-
| function\_event\_trigger\_failure\_policy\_retry | A toggle to determine if the function should be retried on failure. | string |`"false"`| no |
29
-
| function\_labels | A set of key/value label pairs to assign to the function. | map |`<map>`| no |
30
-
| function\_runtime | The runtime in which the function will be executed. | string |`"nodejs6"`| no |
31
-
| function\_source\_archive\_bucket\_labels | A set of key/value label pairs to assign to the function source archive bucket. | map |`<map>`| no |
32
-
| function\_source\_directory | The contents of this directory will be archived and used as the function source. | string | n/a | yes |
33
-
| function\_timeout\_s | The amount of time in seconds allotted for the execution of the function. | string |`"60"`| no |
34
-
| log\_export\_filter | The filter to apply when exporting logs to the Pub/Sub topic. | string | n/a | yes |
29
+
| available\_memory\_mb | The amount of memory in megabytes allotted for the function to use. | string |`"256"`| no |
30
+
| description | The description of the function. | string |`"Processes events."`| no |
31
+
| entry\_point | The name of a method in the function source which will be invoked when the function is executed. | string | n/a | yes |
32
+
| environment\_variables | A set of key/value environment variable pairs to assign to the function. | map |`<map>`| no |
33
+
| event\_trigger | A source that fires events in response to a condition in another service. | map | n/a | yes |
34
+
| labels | A set of key/value label pairs to assign to any lableable resources. | map |`<map>`| no |
35
35
| name | The name to apply to any nameable resources. | string | n/a | yes |
36
36
| project\_id | The ID of the project to which resources will be applied. | string | n/a | yes |
37
37
| region | The region in which resources will be applied. | string | n/a | yes |
38
+
| runtime | The runtime in which the function will be executed. | string |`"nodejs6"`| no |
39
+
| source\_directory | The pathname of the directory which contains the function source code. | string | n/a | yes |
40
+
| timeout\_s | The amount of time in seconds allotted for the execution of the function. | string |`"60"`| no |
41
+
42
+
## Outputs
43
+
44
+
| Name | Description |
45
+
|------|-------------|
46
+
| name | The name of the function. |
38
47
39
48
[^]: (autogen_docs_end)
40
49
41
50
## Requirements
42
51
43
-
The following requirements must be met in order to invoke this module:
0 commit comments