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/logbucket/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 @@ module "destination" {
42
42
| linked\_dataset\_description | A use-friendly description of the linked BigQuery dataset. The maximum length of the description is 8000 characters. |`string`|`null`| no |
43
43
| linked\_dataset\_id | The ID of the linked BigQuery dataset. A valid link dataset ID must only have alphanumeric characters and underscores within it and have up to 100 characters. |`string`|`null`| no |
44
44
| location | The location of the log bucket. |`string`|`"global"`| no |
45
+
| locked | (Optional) Whether the bucket is locked. The retention period on a locked bucket cannot be changed. Locked buckets may only be deleted if they are empty |`bool`|`null`| no |
45
46
| 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 |
46
47
| name | The name of the log bucket to be created and used for log entries matching the filter. |`string`| n/a | yes |
47
48
| project\_id | The ID of the project in which the log bucket will be created. |`string`| n/a | yes |
description="(Optional) Whether the bucket is locked. The retention period on a locked bucket cannot be changed. Locked buckets may only be deleted if they are empty"
0 commit comments