Skip to content

Commit 27bdf16

Browse files
authored
fix example error in logging_metric (#15201)
1 parent 32c5fa7 commit 27bdf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/templates/terraform/examples/logging_metric_logging_bucket.tf.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ resource "google_logging_project_bucket_config" "{{$.PrimaryResourceId}}" {
77
resource "google_logging_metric" "{{$.PrimaryResourceId}}" {
88
name = "{{index $.Vars "logging_metric_name"}}"
99
filter = "resource.type=gae_app AND severity>=ERROR"
10-
bucket_name = google_logging_project_bucket_config.{{$.PrimaryResourceId}}.id
10+
bucket_name = google_logging_project_bucket_config.{{$.PrimaryResourceId}}.name
1111
}

0 commit comments

Comments
 (0)