Skip to content

Commit c147b6b

Browse files
fix: (storage) update doc to link google_storage_bucket_object_content in google_storage_bucket_object (#12854)
Co-authored-by: Nick Elliot <[email protected]>
1 parent 15606f5 commit c147b6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mmv1/third_party/terraform/website/docs/r/storage_bucket_object.html.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Creates a new object inside an existing bucket in Google cloud storage service (
1313
and
1414
[API](https://cloud.google.com/storage/docs/json_api/v1/objects).
1515

16+
A datasource can be used to retrieve the data of the stored object:
17+
18+
* `google_storage_bucket_object_content`: Retrieves the content within a specified bucket object in Google Cloud Storage Service (GCS)
19+
1620

1721
## Example Usage
1822

0 commit comments

Comments
 (0)