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.
This commit is contained in:
Craig Furman 2018-08-21 06:00:36 +01:00 committed by emily
parent bf7626a5c6
commit 93d0caa9ad

View File

@ -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: