From 9c15dcb0a5abb5679a050878f1a1a2c574f0448e Mon Sep 17 00:00:00 2001 From: Daniel Schierbeck Date: Thu, 11 May 2017 14:14:45 +0200 Subject: [PATCH] Document the `url` attribute --- .../source/docs/providers/google/r/storage_bucket.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/providers/google/r/storage_bucket.html.markdown b/website/source/docs/providers/google/r/storage_bucket.html.markdown index 08c9b99723ff..62ee40366d12 100644 --- a/website/source/docs/providers/google/r/storage_bucket.html.markdown +++ b/website/source/docs/providers/google/r/storage_bucket.html.markdown @@ -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://`.