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
@@ -66,6 +66,8 @@ module "localhost_function" {
66
66
| files\_to\_exclude\_in\_source\_dir | Specify files to ignore when reading the source\_dir |`list(string)`|`[]`| no |
67
67
| ingress\_settings | The ingress settings for the function. Allowed values are ALLOW\_ALL, ALLOW\_INTERNAL\_AND\_GCLB and ALLOW\_INTERNAL\_ONLY. Changes to this field will recreate the cloud function. |`string`|`"ALLOW_ALL"`| no |
68
68
| labels | A set of key/value label pairs to assign to the Cloud Function. |`map(string)`|`{}`| no |
69
+
| log\_bucket | Log bucket |`string`|`null`| no |
70
+
| log\_object\_prefix | Log object prefix |`string`|`null`| no |
69
71
| max\_instances | The maximum number of parallel executions of the function. |`number`|`0`| no |
70
72
| name | The name to apply to any nameable resources. |`string`| n/a | yes |
71
73
| project\_id | The ID of the project to which resources will be applied. |`string`| n/a | yes |
Copy file name to clipboardExpand all lines: variables.tf
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -160,3 +160,16 @@ variable "vpc_connector" {
160
160
default=null
161
161
description="The VPC Network Connector that this cloud function can connect to. It should be set up as fully-qualified URI. The format of this field is projects/*/locations/*/connectors/*."
0 commit comments