Skip to content

Commit 79a6430

Browse files
committed
Generate documentation
1 parent 8f290cb commit 79a6430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ use this module.
2929
| function\_labels | A set of key/value label pairs to assign to the function. | map | `<map>` | no |
3030
| function\_runtime | The runtime in which the function will be executed. | string | `"nodejs6"` | no |
3131
| 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 |
3332
| function\_source\_directory | The contents of this directory will be archived and used as the function source. | string | n/a | yes |
3433
| function\_timeout\_s | The amount of time in seconds allotted for the execution of the function. | string | `"60"` | no |
3534
| 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 |
3736
| project\_id | The ID of the project to which resources will be applied. | string | n/a | yes |
3837
| region | The region in which resources will be applied. | string | n/a | yes |
3938

examples/automatic_labelling/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The project against which this module will be invoked requires no additional API
3535

3636
| Name | Description | Type | Default | Required |
3737
|------|-------------|:----:|:-----:|:-----:|
38+
| name | The name to apply to any nameable resources. | string | n/a | yes |
3839
| project\_id | The ID of the project to which resources will be applied. | string | n/a | yes |
3940
| region | The region in which resources will be applied. | string | n/a | yes |
4041

0 commit comments

Comments
 (0)