Create a link to storage_bucket_acl documentation (#2275)

Create a link to storage_bucket_acl ressource documentation page.

It's easier than scrolling and scrolling or copy text and search it on the page.

Thank you !
This commit is contained in:
Thomas Poindessous 2018-10-17 21:35:49 +00:00 committed by Riley Karson
parent e64502a0b5
commit ddd9e01d98

View File

@ -10,7 +10,7 @@ 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