Skip to content

Commit 8681eb5

Browse files
Add documentation for md5hexhash field. (#14105) (#10090)
[upstream:fe5295c94dc45907b45b4d55cd00e467e8e3548c] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent fd5f632 commit 8681eb5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

website/docs/r/storage_bucket_object.html.markdown

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ description: |-
2020

2121
# google_storage_bucket_object
2222

23-
Creates a new object inside an existing bucket in Google cloud storage service (GCS).
23+
Creates a new object inside an existing bucket in Google cloud storage service (GCS).
2424
[ACLs](https://cloud.google.com/storage/docs/access-control/lists) can be applied using the `google_storage_object_acl` resource.
25-
For more information see
26-
[the official documentation](https://cloud.google.com/storage/docs/key-terms#objects)
27-
and
25+
For more information see
26+
[the official documentation](https://cloud.google.com/storage/docs/key-terms#objects)
27+
and
2828
[API](https://cloud.google.com/storage/docs/json_api/v1/objects).
2929

3030
A datasource can be used to retrieve the data of the stored object:
@@ -135,6 +135,8 @@ exported:
135135

136136
* `media_link` - (Computed) A url reference to download this object.
137137

138+
* `md5hexhash` - (Computed) Hex value of md5hash`
139+
138140
## Timeouts
139141

140142
This resource provides the following

0 commit comments

Comments
 (0)