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: modules/pubsub/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ so that all dependencies are met.
42
42
| log\_sink\_writer\_identity | The service account that logging uses to write log entries to the destination. (This is available as an output coming from the root module). |`string`| n/a | yes |
43
43
| project\_id | The ID of the project in which the pubsub topic will be created. |`string`| n/a | yes |
44
44
| push\_endpoint | The URL locating the endpoint to which messages should be pushed. |`string`|`""`| no |
45
+
| subscriber\_id | The ID to give the pubsub pull subscriber service account (optional). |`string`|`""`| no |
45
46
| subscription\_labels | A set of key/value label pairs to assign to the pubsub subscription. |`map(string)`|`{}`| no |
46
47
| topic\_labels | A set of key/value label pairs to assign to the pubsub topic. |`map(string)`|`{}`| no |
47
48
| topic\_name | The name of the pubsub topic to be created and used for log entries matching the filter. |`string`| n/a | yes |
0 commit comments