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
@@ -29,11 +29,10 @@ use this module.
29
29
| function\_labels | A set of key/value label pairs to assign to the function. | map |`<map>`| no |
30
30
| function\_runtime | The runtime in which the function will be executed. | string |`"nodejs6"`| no |
31
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\_archive\_bucket\_location | The Google Cloud Storage location in which to create the function source archive bucket. | string |`"US"`| no |
33
32
| function\_source\_directory | The contents of this directory will be archived and used as the function source. | string | n/a | yes |
34
33
| function\_timeout\_s | The amount of time in seconds allotted for the execution of the function. | string |`"60"`| no |
35
34
| log\_export\_filter | The filter to apply when exporting logs to the Pub/Sub topic. | string | n/a | yes |
36
-
| name | The name to apply to any nameable resources. | string |`"event-function"`|no|
35
+
| name | The name to apply to any nameable resources. | string |n/a|yes|
37
36
| project\_id | The ID of the project to which resources will be applied. | string | n/a | yes |
38
37
| region | The region in which resources will be applied. | string | n/a | yes |
0 commit comments