Add a url attribute to google_storage_bucket (#14393)

* Add a `url` attribute to `google_storage_bucket`

* Document the `url` attribute
This commit is contained in:
Daniel Schierbeck 2017-05-11 14:30:06 +02:00 committed by Paul Stack
parent c33e26af70
commit cb4236515d

View File

@ -66,3 +66,5 @@ In addition to the arguments listed above, the following computed attributes are
exported:
* `self_link` - The URI of the created resource.
* `url` - The base URL of the bucket, in the format `gs://<bucket-name>`.