diff --git a/website/docs/r/storage_bucket_object.html.markdown b/website/docs/r/storage_bucket_object.html.markdown index 832eb76e..0d8b80d1 100644 --- a/website/docs/r/storage_bucket_object.html.markdown +++ b/website/docs/r/storage_bucket_object.html.markdown @@ -38,8 +38,7 @@ The following arguments are supported: One of the following is required: -* `content` - (Optional) Data as `string` to be uploaded. Must be defined if - `source` is not. +* `content` - (Optional, Sensitive) Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: The `content` field is marked as sensitive. To view the raw contents of the object, please define an [output](/docs/configuration/outputs.html). * `source` - (Optional) A path to the data you want to upload. Must be defined if `content` is not.