Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update logging_project_sink.html.markdown #5694

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changelog/7963.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
```release-note:enhancement
Update comment to include log bucket sinks and project sinks
```
```release-note:none

```
2 changes: 1 addition & 1 deletion website/docs/r/logging_project_sink.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Manages a project-level logging sink. For more information see:
resource "google_logging_project_sink" "my-sink" {
name = "my-pubsub-instance-sink"

# Can export to pubsub, cloud storage, or bigquery
# Can export to pubsub, cloud storage, bigquery, log bucket, or another project
destination = "pubsub.googleapis.com/projects/my-project/topics/instance-activity"

# Log all WARN or higher severity messages relating to instances
Expand Down