From b26611c014e85bf6f94213ea2eb5ebda6a210aa4 Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 14 Nov 2018 09:01:40 -0800 Subject: [PATCH] Add weird diff to storage bucket docs. (#2470) /cc @rileykarson --- website/docs/r/storage_bucket.html.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/r/storage_bucket.html.markdown b/website/docs/r/storage_bucket.html.markdown index 29b46fdf..053f3629 100644 --- a/website/docs/r/storage_bucket.html.markdown +++ b/website/docs/r/storage_bucket.html.markdown @@ -10,7 +10,9 @@ description: |- Creates a new bucket in Google cloud storage service (GCS). Once a bucket has been created, its location can't be changed. -[ACLs](https://cloud.google.com/storage/docs/access-control/lists) can be applied using the `google_storage_bucket_acl` resource. +[ACLs](https://cloud.google.com/storage/docs/access-control/lists) can be applied +using the [`google_storage_bucket_acl` resource](/docs/providers/google/r/storage_bucket_acl.html). + For more information see [the official documentation](https://cloud.google.com/storage/docs/overview) and