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
| location | The location of the log bucket. |`string`|`"global"`| no |
41
+
| 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 |
41
42
| name | The name of the log bucket to be created and used for log entries matching the filter. |`string`| n/a | yes |
42
43
| project\_id | The ID of the project in which the log bucket will be created. |`string`| n/a | yes |
43
44
| retention\_days | The number of days data should be retained for the log bucket. |`number`|`30`| no |
Copy file name to clipboardExpand all lines: modules/logbucket/variables.tf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,11 @@ variable "project_id" {
19
19
type=string
20
20
}
21
21
22
+
variable"log_sink_writer_identity" {
23
+
description="The service account that logging uses to write log entries to the destination. (This is available as an output coming from the root module)."
24
+
type=string
25
+
}
26
+
22
27
variable"name" {
23
28
description="The name of the log bucket to be created and used for log entries matching the filter."
0 commit comments