Skip to content

Commit d65d605

Browse files
Update logging_project_sink.html.markdown (#7963) (#5694)
Update comment to include log bucket sinks and project sinks Signed-off-by: Modular Magician <[email protected]>
1 parent 77aa276 commit d65d605

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changelog/7963.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
```release-note:enhancement
2+
Update comment to include log bucket sinks and project sinks
3+
```
4+
```release-note:none
5+
6+
```

website/docs/r/logging_project_sink.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Manages a project-level logging sink. For more information see:
2424
resource "google_logging_project_sink" "my-sink" {
2525
name = "my-pubsub-instance-sink"
2626
27-
# Can export to pubsub, cloud storage, or bigquery
27+
# Can export to pubsub, cloud storage, bigquery, log bucket, or another project
2828
destination = "pubsub.googleapis.com/projects/my-project/topics/instance-activity"
2929
3030
# Log all WARN or higher severity messages relating to instances

0 commit comments

Comments
 (0)