Update logging_billing_account_sink.html.markdown (#3384)

* Update logging_billing_account_sink.html.markdown

fix issue in docs

* Fix same docs issue in logging_folder_sink logging_organization_sink and logging_project_sink
This commit is contained in:
Marcin Niemira 2019-05-08 08:47:40 +10:00 committed by Dana Hoffman
parent 1aec1d73ef
commit a9ad2b4669
4 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ resource "google_logging_billing_account_sink" "my-sink" {
name = "my-sink"
billing_account = "ABCDEF-012345-GHIJKL"
# Can export to pubsub, cloud storage, or bigtable
# Can export to pubsub, cloud storage, or bigquery
destination = "storage.googleapis.com/${google_storage_bucket.log-bucket.name}"
}

View File

@ -22,7 +22,7 @@ resource "google_logging_folder_sink" "my-sink" {
name = "my-sink"
folder = "${google_folder.my-folder.name}"
# Can export to pubsub, cloud storage, or bigtable
# Can export to pubsub, cloud storage, or bigquery
destination = "storage.googleapis.com/${google_storage_bucket.log-bucket.name}"
# Log all WARN or higher severity messages relating to instances

View File

@ -22,7 +22,7 @@ resource "google_logging_organization_sink" "my-sink" {
name = "my-sink"
org_id = "123456789"
# Can export to pubsub, cloud storage, or bigtable
# Can export to pubsub, cloud storage, or bigquery
destination = "storage.googleapis.com/${google_storage_bucket.log-bucket.name}"
# Log all WARN or higher severity messages relating to instances

View File

@ -24,7 +24,7 @@ and
resource "google_logging_project_sink" "my-sink" {
name = "my-pubsub-instance-sink"
# Can export to pubsub, cloud storage, or bigtable
# Can export to pubsub, cloud storage, or bigquery
destination = "pubsub.googleapis.com/projects/my-project/topics/instance-activity"
# Log all WARN or higher severity messages relating to instances