From 93d0caa9ad065cc2122f0cd3e7800a10d00826dc Mon Sep 17 00:00:00 2001 From: Craig Furman Date: Tue, 21 Aug 2018 06:00:36 +0100 Subject: [PATCH] Document a default in google_storage_bucket (#1905) The default of the log_object_prefix is the name of the bucket we are enabling logging on, not the name of the bucket that receives the logs. --- website/docs/r/storage_bucket.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/storage_bucket.html.markdown b/website/docs/r/storage_bucket.html.markdown index 831adc8a..29b46fdf 100644 --- a/website/docs/r/storage_bucket.html.markdown +++ b/website/docs/r/storage_bucket.html.markdown @@ -117,7 +117,7 @@ The `logging` block supports: * `log_bucket` - (Required) The bucket that will receive log objects. * `log_object_prefix` - (Optional, Computed) The object prefix for log objects. If it's not provided, - by default GCS sets this to the log_bucket's name. + by default GCS sets this to this bucket's name. The `encryption` block supports: